Html Css Color HEX #0C3CAC Egyptian Blue

📋 copy color: '#0C3CAC'

red 12 ◦ green 60 ◦ blue 172

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

Shades of Egyptian Blue #0C3CAC

Tints of Egyptian Blue #0C3CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 70.49%

R = 4.92%
G = 24.59%
B = 70.49%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C3CAC (or 0x0C3CAC) is known color: Egyptian Blue. HEX triplet: 0C, 3C and AC. RGB value is (12,60,172). Sum of RGB (Red+Green+Blue) = 12+60+172=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C3CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3CAC is #F3C353. Grayscale: #393939. Windows color (decimal): -15975252 or 11287564. OLE color: 11287564.

HSL color Cylindrical-coordinate representation of color #0C3CAC: hue angle of 222º 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 #0C3CAC is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 60 172 -
CMYK 0.93 0.65 0 0.33
HSL 222º 0.87% 0.36% -
HSV(B) 222º 0.93% 0.67% -
XYZ 9.21 6.29 39.76 -
YUV 58.42 192.1 94.89 -
System Red Green Blue C M Y K H S L
Decimal 12 60 172 0.93 0.65 0 0.33 222 0.87 0.36
Hex C 3C AC 5D 41 0 21 DE 57 24
Octal 14 74 254 135 101 0 41 336 127 44
Binary 1100 111100 10101100 1011101 1000001 0 100001 11011110 1010111 100100

Color Harmonies of #0C3CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3CAC

Black with #0C3CAC

Text Example


Text Example

White with #0C3CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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