Html Css Color HEX #0C299A Egyptian Blue

📋 copy color: '#0C299A'

red 12 ◦ green 41 ◦ blue 154

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

Shades of Egyptian Blue #0C299A

Tints of Egyptian Blue #0C299A

RGB

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

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

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

R = 5.8%
G = 19.81%
B = 74.4%

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

#0C299A (or 0x0C299A) is known color: Egyptian Blue. HEX triplet: 0C, 29 and 9A. RGB value is (12,41,154). Sum of RGB (Red+Green+Blue) = 12+41+154=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 154 (60.55% from 255 or 74.40% from 207); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C299A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C299A is #F3D665. Grayscale: #2C2C2C. Windows color (decimal): -15980134 or 10103052. OLE color: 10103052.

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

Color convert

RGB 12 41 154 -
CMYK 0.92 0.73 0 0.40
HSL 227.75º 0.86% 0.33% -
HSV(B) 227.75º 0.92% 0.6% -
XYZ 6.78 4 30.99 -
YUV 45.21 189.39 104.31 -
System Red Green Blue C M Y K H S L
Decimal 12 41 154 0.92 0.73 0 0.40 227.75 0.86 0.33
Hex C 29 9A 5C 49 0 28 E4 56 21
Octal 14 51 232 134 111 0 50 344 126 41
Binary 1100 101001 10011010 1011100 1001001 0 101000 11100100 1010110 100001

Color Harmonies of #0C299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C299A

Black with #0C299A

Text Example


Text Example

White with #0C299A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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