#0C25B9

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

Shades of Egyptian Blue #0C25B9

Tints of Egyptian Blue #0C25B9

Color information

#0C25B9 (or 0x0C25B9) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 25 and B9. RGB value is (12,37,185). Sum of RGB (Red+Green+Blue) = 12+37+185=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 185 (72.66% from 255 or 79.06% from 234); Max value from RGB is 185 - color contains mainly: blue. Hex color #0C25B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C25B9 is #F3DA46. Grayscale: #2D2D2D. Windows color (decimal): -15981127 or 12133644. OLE color: 12133644.

HSL color Cylindrical-coordinate representation of color #0C25B9: hue angle of 231.33º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C25B9 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1237185-
CMYK0.940.8000.27
HSL231.33º87.82%38.63%-
HSV(B)231.33º93.51%72.55%-
XYZ9.574.946.34-
YUV46.4206.22103.47-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.13%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 185 (72.66% from 255) = 79.06%
R=5.13%
G=15.81%
B=79.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12371850.940.8000.27231.3387.8238.63
HexC25B95E5001Be75827
Octal144527113612003334713047
Binary11001001011011100110111101010000011011111001111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C25B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C25B9;
 }
 .AnyTagClassName
 {
   color: #0C25B9;
 }
</style>
background-color css

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

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

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

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

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

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