#0C35A2

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

Shades of Egyptian Blue #0C35A2

Tints of Egyptian Blue #0C35A2

Color information

#0C35A2 (or 0x0C35A2) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 35 and A2. RGB value is (12,53,162). Sum of RGB (Red+Green+Blue) = 12+53+162=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 162 (63.67% from 255 or 71.37% from 227); Max value from RGB is 162 - color contains mainly: blue. Hex color #0C35A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C35A2 is #F3CA5D. Grayscale: #343434. Windows color (decimal): -15977054 or 10630412. OLE color: 10630412.

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

Color convert

RGB1253162-
CMYK0.930.6700.36
HSL223.6º86.21%34.12%-
HSV(B)223.6º92.59%63.53%-
XYZ7.955.2334.77-
YUV53.17189.4298.64-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.29%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 162 (63.67% from 255) = 71.37%
R=5.29%
G=23.35%
B=71.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12531620.930.6700.36223.686.2134.12
HexC35A25D43024e05622
Octal146524213510304434012642
Binary110011010110100010101110110000110100100111000001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C35A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,53,162); }

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

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

 a { background-color: rgb(12,53,162); }

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

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

 span { border-color: rgb(12,53,162); }

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