Html Css Color HEX #0C2998 Egyptian Blue

📋 copy color: '#0C2998'

red 12 ◦ green 41 ◦ blue 152

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

Shades of Egyptian Blue #0C2998

Tints of Egyptian Blue #0C2998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20%

 BLUE value IS 152 (59.77% from 255) = 74.15%

R = 5.85%
G = 20%
B = 74.15%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0C2998 (or 0x0C2998) is known color: Egyptian Blue. HEX triplet: 0C, 29 and 98. RGB value is (12,41,152). Sum of RGB (Red+Green+Blue) = 12+41+152=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 152 (59.77% from 255 or 74.15% from 205); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C2998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2998 is #F3D667. Grayscale: #2C2C2C. Windows color (decimal): -15980136 or 9971980. OLE color: 9971980.

HSL color Cylindrical-coordinate representation of color #0C2998: hue angle of 227.57º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C2998 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 12 41 152 -
CMYK 0.92 0.73 0 0.40
HSL 227.57º 0.85% 0.32% -
HSV(B) 227.57º 0.92% 0.6% -
XYZ 6.61 3.93 30.12 -
YUV 44.98 188.39 104.47 -
System Red Green Blue C M Y K H S L
Decimal 12 41 152 0.92 0.73 0 0.40 227.57 0.85 0.32
Hex C 29 98 5C 49 0 28 E4 55 20
Octal 14 51 230 134 111 0 50 344 125 40
Binary 1100 101001 10011000 1011100 1001001 0 101000 11100100 1010101 100000

Color Harmonies of #0C2998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2998

Black with #0C2998

Text Example


Text Example

White with #0C2998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,41,152); }

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

background-color css

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

 a { background-color: rgb(12,41,152); }

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

border-color css

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

 span { border-color: rgb(12,41,152); }

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