#0C339A

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

Shades of Egyptian Blue #0C339A

Tints of Egyptian Blue #0C339A

Color information

#0C339A (or 0x0C339A) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 33 and 9A. RGB value is (12,51,154). Sum of RGB (Red+Green+Blue) = 12+51+154=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 154 (60.55% from 255 or 70.97% from 217); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C339A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C339A is #F3CC65. Grayscale: #323232. Windows color (decimal): -15977574 or 10105612. OLE color: 10105612.

HSL color Cylindrical-coordinate representation of color #0C339A: hue angle of 223.52º 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 #0C339A is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1251154-
CMYK0.920.6700.40
HSL223.52º85.54%32.55%-
HSV(B)223.52º92.21%60.39%-
XYZ7.174.7831.12-
YUV51.08186.08100.12-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.53%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 154 (60.55% from 255) = 70.97%
R=5.53%
G=23.50%
B=70.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12511540.920.6700.40223.5285.5432.55
HexC339A5C43028e05621
Octal146323213410305034012641
Binary110011001110011010101110010000110101000111000001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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