Html Css Color HEX #1C029B Ultramarine

📋 copy color: '#1C029B'

red 28 ◦ green 2 ◦ blue 155

#1C029B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #1C029B

Tints of Ultramarine #1C029B

RGB

 RED value IS 28 (11.33% from 255) = 15.14%

 GREEN value IS 2 (1.17% from 255) = 1.08%

 BLUE value IS 155 (60.94% from 255) = 83.78%

R = 15.14%
G = 1.08%
B = 83.78%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1C029B (or 0x1C029B) is known color: Ultramarine. HEX triplet: 1C, 02 and 9B. RGB value is (28,2,155). Sum of RGB (Red+Green+Blue) = 28+2+155=185 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.14% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 155 (60.94% from 255 or 83.78% from 185); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C029B is #E3FD64. Grayscale: #1A1A1A. Windows color (decimal): -14941541 or 10158620. OLE color: 10158620.

HSL color Cylindrical-coordinate representation of color #1C029B: hue angle of 250.2º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C029B is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 28 2 155 -
CMYK 0.82 0.99 0 0.39
HSL 250.2º 0.97% 0.31% -
HSV(B) 250.2º 0.99% 0.61% -
XYZ 6.42 2.66 31.18 -
YUV 27.22 200.11 128.56 -
System Red Green Blue C M Y K H S L
Decimal 28 2 155 0.82 0.99 0 0.39 250.2 0.97 0.31
Hex 1C 2 9B 52 63 0 27 FA 61 1F
Octal 34 2 233 122 143 0 47 372 141 37
Binary 11100 10 10011011 1010010 1100011 0 100111 11111010 1100001 11111

Color Harmonies of #1C029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C029B

Black with #1C029B

Text Example


Text Example

White with #1C029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C029B; }

 p { color: rgb(28,2,155); }

 H1.HeaderClassName
 {
   color: #1C029B;
 }
 .AnyTagClassName
 {
   color: #1C029B;
 }
</style>

background-color css

<style>
 a { background-color: #1C029B; }

 a { background-color: rgb(28,2,155); }

 div.DivClassName
 {
   background-color: #1C029B;
 }
 .BgClassName
 {
   background-color: #1C029B;
 }
</style>

border-color css

<style>
 span { border-color: #1C029B; }

 span { border-color: rgb(28,2,155); }

 td.TdClassName
 {
   border-color: #1C029B;
 }
 .TagClassName
 {
   border-color: #1C029B;
 }
</style>