Html Css Color HEX #0C1D9E Egyptian Blue

📋 copy color: '#0C1D9E'

red 12 ◦ green 29 ◦ blue 158

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

Shades of Egyptian Blue #0C1D9E

Tints of Egyptian Blue #0C1D9E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.57%

 BLUE value IS 158 (62.11% from 255) = 79.4%

R = 6.03%
G = 14.57%
B = 79.4%

CMYK

 C value IS 0.92

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0C1D9E (or 0x0C1D9E) is known color: Egyptian Blue. HEX triplet: 0C, 1D and 9E. RGB value is (12,29,158). Sum of RGB (Red+Green+Blue) = 12+29+158=199 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.03% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 158 (62.11% from 255 or 79.40% from 199); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C1D9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1D9E is #F3E261. Grayscale: #262626. Windows color (decimal): -15983202 or 10362124. OLE color: 10362124.

HSL color Cylindrical-coordinate representation of color #0C1D9E: hue angle of 233.01º 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 #0C1D9E is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 12 29 158 -
CMYK 0.92 0.82 0 0.38
HSL 233.01º 0.86% 0.33% -
HSV(B) 233.01º 0.92% 0.62% -
XYZ 6.76 3.43 32.65 -
YUV 38.62 195.37 109.01 -
System Red Green Blue C M Y K H S L
Decimal 12 29 158 0.92 0.82 0 0.38 233.01 0.86 0.33
Hex C 1D 9E 5C 52 0 26 E9 56 21
Octal 14 35 236 134 122 0 46 351 126 41
Binary 1100 11101 10011110 1011100 1010010 0 100110 11101001 1010110 100001

Color Harmonies of #0C1D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1D9E

Black with #0C1D9E

Text Example


Text Example

White with #0C1D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,29,158); }

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

background-color css

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

 a { background-color: rgb(12,29,158); }

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

border-color css

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

 span { border-color: rgb(12,29,158); }

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