Html Css Color HEX #0C289A Egyptian Blue

📋 copy color: '#0C289A'

red 12 ◦ green 40 ◦ blue 154

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

Shades of Egyptian Blue #0C289A

Tints of Egyptian Blue #0C289A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.42%

 BLUE value IS 154 (60.55% from 255) = 74.76%

R = 5.83%
G = 19.42%
B = 74.76%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0C289A (or 0x0C289A) is known color: Egyptian Blue. HEX triplet: 0C, 28 and 9A. RGB value is (12,40,154). Sum of RGB (Red+Green+Blue) = 12+40+154=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 154 (60.55% from 255 or 74.76% from 206); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C289A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C289A is #F3D765. Grayscale: #2C2C2C. Windows color (decimal): -15980390 or 10102796. OLE color: 10102796.

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

Color convert

RGB 12 40 154 -
CMYK 0.92 0.74 0 0.40
HSL 228.17º 0.86% 0.33% -
HSV(B) 228.17º 0.92% 0.6% -
XYZ 6.74 3.93 30.97 -
YUV 44.62 189.72 104.73 -
System Red Green Blue C M Y K H S L
Decimal 12 40 154 0.92 0.74 0 0.40 228.17 0.86 0.33
Hex C 28 9A 5C 4A 0 28 E4 56 21
Octal 14 50 232 134 112 0 50 344 126 41
Binary 1100 101000 10011010 1011100 1001010 0 101000 11100100 1010110 100001

Color Harmonies of #0C289A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C289A

Black with #0C289A

Text Example


Text Example

White with #0C289A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,40,154); }

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

background-color css

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

 a { background-color: rgb(12,40,154); }

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

border-color css

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

 span { border-color: rgb(12,40,154); }

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