Html Css Color HEX #0C3CA2 Egyptian Blue

📋 copy color: '#0C3CA2'

red 12 ◦ green 60 ◦ blue 162

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

Shades of Egyptian Blue #0C3CA2

Tints of Egyptian Blue #0C3CA2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.64%

 BLUE value IS 162 (63.67% from 255) = 69.23%

R = 5.13%
G = 25.64%
B = 69.23%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0C3CA2 (or 0x0C3CA2) is known color: Egyptian Blue. HEX triplet: 0C, 3C and A2. RGB value is (12,60,162). Sum of RGB (Red+Green+Blue) = 12+60+162=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 162 (63.67% from 255 or 69.23% from 234); Max value from RGB is 162 - color contains mainly: blue. Hex color #0C3CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3CA2 is #F3C35D. Grayscale: #383838. Windows color (decimal): -15975262 or 10632204. OLE color: 10632204.

HSL color Cylindrical-coordinate representation of color #0C3CA2: hue angle of 220.8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C3CA2 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 12 60 162 -
CMYK 0.93 0.63 0 0.36
HSL 220.8º 0.86% 0.34% -
HSV(B) 220.8º 0.93% 0.64% -
XYZ 8.29 5.92 34.89 -
YUV 57.28 187.1 95.71 -
System Red Green Blue C M Y K H S L
Decimal 12 60 162 0.93 0.63 0 0.36 220.8 0.86 0.34
Hex C 3C A2 5D 3F 0 24 DD 56 22
Octal 14 74 242 135 77 0 44 335 126 42
Binary 1100 111100 10100010 1011101 111111 0 100100 11011101 1010110 100010

Color Harmonies of #0C3CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3CA2

Black with #0C3CA2

Text Example


Text Example

White with #0C3CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,60,162); }

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

background-color css

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

 a { background-color: rgb(12,60,162); }

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

border-color css

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

 span { border-color: rgb(12,60,162); }

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