Html Css Color HEX #0C1CAA Egyptian Blue

📋 copy color: '#0C1CAA'

red 12 ◦ green 28 ◦ blue 170

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

Shades of Egyptian Blue #0C1CAA

Tints of Egyptian Blue #0C1CAA

RGB

 RED value IS 12 (5.08% from 255) = 5.71%

 GREEN value IS 28 (11.33% from 255) = 13.33%

 BLUE value IS 170 (66.8% from 255) = 80.95%

R = 5.71%
G = 13.33%
B = 80.95%

CMYK

 C value IS 0.93

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C1CAA (or 0x0C1CAA) is known color: Egyptian Blue. HEX triplet: 0C, 1C and AA. RGB value is (12,28,170). Sum of RGB (Red+Green+Blue) = 12+28+170=210 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.71% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 170 (66.80% from 255 or 80.95% from 210); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C1CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1CAA is #F3E355. Grayscale: #262626. Windows color (decimal): -15983446 or 11148300. OLE color: 11148300.

HSL color Cylindrical-coordinate representation of color #0C1CAA: hue angle of 233.92º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C1CAA is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 28 170 -
CMYK 0.93 0.84 0 0.33
HSL 233.92º 0.87% 0.36% -
HSV(B) 233.92º 0.93% 0.67% -
XYZ 7.82 3.81 38.35 -
YUV 39.4 201.7 108.45 -
System Red Green Blue C M Y K H S L
Decimal 12 28 170 0.93 0.84 0 0.33 233.92 0.87 0.36
Hex C 1C AA 5D 54 0 21 EA 57 24
Octal 14 34 252 135 124 0 41 352 127 44
Binary 1100 11100 10101010 1011101 1010100 0 100001 11101010 1010111 100100

Color Harmonies of #0C1CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1CAA

Black with #0C1CAA

Text Example


Text Example

White with #0C1CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C1CAA; }

 p { color: rgb(12,28,170); }

 H1.HeaderClassName
 {
   color: #0C1CAA;
 }
 .AnyTagClassName
 {
   color: #0C1CAA;
 }
</style>

background-color css

<style>
 a { background-color: #0C1CAA; }

 a { background-color: rgb(12,28,170); }

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

border-color css

<style>
 span { border-color: #0C1CAA; }

 span { border-color: rgb(12,28,170); }

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