#0C2598

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

Shades of Egyptian Blue #0C2598

Tints of Egyptian Blue #0C2598

Color information

#0C2598 (or 0x0C2598) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 25 and 98. RGB value is (12,37,152). Sum of RGB (Red+Green+Blue) = 12+37+152=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 152 (59.77% from 255 or 75.62% from 201); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C2598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2598 is #F3DA67. Grayscale: #2A2A2A. Windows color (decimal): -15981160 or 9970956. OLE color: 9970956.

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

Color convert

RGB1237152-
CMYK0.920.7600.40
HSL229.29º85.37%32.16%-
HSV(B)229.29º92.11%59.61%-
XYZ6.483.6730.07-
YUV42.64189.72106.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.97%
GREEN value IS 37 (14.84% from 255) = 18.41%
BLUE value IS 152 (59.77% from 255) = 75.62%
R=5.97%
G=18.41%
B=75.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12371520.920.7600.40229.2985.3732.16
HexC25985C4C028e55520
Octal144523013411405034512540
Binary110010010110011000101110010011000101000111001011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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