Html Css Color HEX #0C2A9D Egyptian Blue

📋 copy color: '#0C2A9D'

red 12 ◦ green 42 ◦ blue 157

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

Shades of Egyptian Blue #0C2A9D

Tints of Egyptian Blue #0C2A9D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.91%

 BLUE value IS 157 (61.72% from 255) = 74.41%

R = 5.69%
G = 19.91%
B = 74.41%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0C2A9D (or 0x0C2A9D) is known color: Egyptian Blue. HEX triplet: 0C, 2A and 9D. RGB value is (12,42,157). Sum of RGB (Red+Green+Blue) = 12+42+157=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C2A9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2A9D is #F3D562. Grayscale: #2D2D2D. Windows color (decimal): -15979875 or 10299916. OLE color: 10299916.

HSL color Cylindrical-coordinate representation of color #0C2A9D: hue angle of 227.59º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C2A9D is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 12 42 157 -
CMYK 0.92 0.73 0 0.38
HSL 227.59º 0.86% 0.33% -
HSV(B) 227.59º 0.92% 0.62% -
XYZ 7.07 4.17 32.33 -
YUV 46.14 190.56 103.65 -
System Red Green Blue C M Y K H S L
Decimal 12 42 157 0.92 0.73 0 0.38 227.59 0.86 0.33
Hex C 2A 9D 5C 49 0 26 E4 56 21
Octal 14 52 235 134 111 0 46 344 126 41
Binary 1100 101010 10011101 1011100 1001001 0 100110 11100100 1010110 100001

Color Harmonies of #0C2A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2A9D

Black with #0C2A9D

Text Example


Text Example

White with #0C2A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,42,157); }

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

background-color css

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

 a { background-color: rgb(12,42,157); }

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

border-color css

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

 span { border-color: rgb(12,42,157); }

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