#0C339D

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

Shades of Egyptian Blue #0C339D

Tints of Egyptian Blue #0C339D

Color information

#0C339D (or 0x0C339D) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 33 and 9D. RGB value is (12,51,157). Sum of RGB (Red+Green+Blue) = 12+51+157=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 157 (61.72% from 255 or 71.36% from 220); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C339D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C339D is #F3CC62. Grayscale: #323232. Windows color (decimal): -15977571 or 10302220. OLE color: 10302220.

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

Color convert

RGB1251157-
CMYK0.920.6800.38
HSL223.86º85.8%33.14%-
HSV(B)223.86º92.36%61.57%-
XYZ7.424.8832.45-
YUV51.42187.5899.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.45%
GREEN value IS 51 (20.31% from 255) = 23.18%
BLUE value IS 157 (61.72% from 255) = 71.36%
R=5.45%
G=23.18%
B=71.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12511570.920.6800.38223.8685.833.14
HexC339D5C44026e05621
Octal146323513410404634012641
Binary110011001110011101101110010001000100110111000001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C339D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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