#0C2E9A

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

Shades of Egyptian Blue #0C2E9A

Tints of Egyptian Blue #0C2E9A

Color information

#0C2E9A (or 0x0C2E9A) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 2E and 9A. RGB value is (12,46,154). Sum of RGB (Red+Green+Blue) = 12+46+154=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 154 (60.55% from 255 or 72.64% from 212); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C2E9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2E9A is #F3D165. Grayscale: #2F2F2F. Windows color (decimal): -15978854 or 10104332. OLE color: 10104332.

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

Color convert

RGB1246154-
CMYK0.920.7000.40
HSL225.63º85.54%32.55%-
HSV(B)225.63º92.21%60.39%-
XYZ6.964.3731.05-
YUV48.15187.74102.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.66%
GREEN value IS 46 (18.36% from 255) = 21.70%
BLUE value IS 154 (60.55% from 255) = 72.64%
R=5.66%
G=21.70%
B=72.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12461540.920.7000.40225.6385.5432.55
HexC2E9A5C46028e25621
Octal145623213410605034212641
Binary110010111010011010101110010001100101000111000101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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