#0C25AA

Color #0C25AA Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #0C25AA

Tints of Egyptian Blue #0C25AA

Color information

#0C25AA (or 0x0C25AA) is unknown color: approx 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

RGB1237170-
CMYK0.930.7800.33
HSL230.51º86.81%35.69%-
HSV(B)230.51º92.94%66.67%-
XYZ8.074.338.44-
YUV44.69198.72104.69-

RGB Variations

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

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.80% from 255) = 77.63%
R=5.48%
G=16.89%
B=77.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12371700.930.7800.33230.5186.8135.69
HexC25AA5D4E021e75724
Octal144525213511604134712744
Binary110010010110101010101110110011100100001111001111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C25AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>