Html Css Color HEX #0C25AA Egyptian Blue

📋 copy color: '#0C25AA'

red 12 ◦ green 37 ◦ blue 170

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

Shades of Egyptian Blue #0C25AA

Tints of Egyptian Blue #0C25AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.89%

 BLUE value IS 170 (66.8% from 255) = 77.63%

R = 5.48%
G = 16.89%
B = 77.63%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C25AA (or 0x0C25AA) is known color: Egyptian Blue. HEX triplet: 0C, 25 and AA. RGB value is (12,37,170). Sum of RGB (Red+Green+Blue) = 12+37+170=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C25AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C25AA is #F3DA55. Grayscale: #2C2C2C. Windows color (decimal): -15981142 or 11150604. OLE color: 11150604.

HSL color Cylindrical-coordinate representation of color #0C25AA: hue angle of 230.51º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C25AA is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 37 170 -
CMYK 0.93 0.78 0 0.33
HSL 230.51º 0.87% 0.36% -
HSV(B) 230.51º 0.93% 0.67% -
XYZ 8.07 4.3 38.44 -
YUV 44.69 198.72 104.69 -
System Red Green Blue C M Y K H S L
Decimal 12 37 170 0.93 0.78 0 0.33 230.51 0.87 0.36
Hex C 25 AA 5D 4E 0 21 E7 57 24
Octal 14 45 252 135 116 0 41 347 127 44
Binary 1100 100101 10101010 1011101 1001110 0 100001 11100111 1010111 100100

Color Harmonies of #0C25AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C25AA

Black with #0C25AA

Text Example


Text Example

White with #0C25AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,37,170); }

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

background-color css

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

 a { background-color: rgb(12,37,170); }

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

border-color css

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

 span { border-color: rgb(12,37,170); }

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