#0C2EA5

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

Shades of Egyptian Blue #0C2EA5

Tints of Egyptian Blue #0C2EA5

Color information

#0C2EA5 (or 0x0C2EA5) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 2E and A5. RGB value is (12,46,165). Sum of RGB (Red+Green+Blue) = 12+46+165=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 165 (64.84% from 255 or 73.99% from 223); Max value from RGB is 165 - color contains mainly: blue. Hex color #0C2EA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2EA5 is #F3D15A. Grayscale: #303030. Windows color (decimal): -15978843 or 10825228. OLE color: 10825228.

HSL color Cylindrical-coordinate representation of color #0C2EA5: hue angle of 226.67º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C2EA5 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1246165-
CMYK0.930.7200.35
HSL226.67º86.44%34.71%-
HSV(B)226.67º92.73%64.71%-
XYZ7.924.7536.1-
YUV49.4193.24101.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.38%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 165 (64.84% from 255) = 73.99%
R=5.38%
G=20.63%
B=73.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12461650.930.7200.35226.6786.4434.71
HexC2EA55D48023e35623
Octal145624513511004334312643
Binary110010111010100101101110110010000100011111000111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,46,165); }

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

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

 a { background-color: rgb(12,46,165); }

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

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

 span { border-color: rgb(12,46,165); }

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