#0C239D

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

Shades of Egyptian Blue #0C239D

Tints of Egyptian Blue #0C239D

Color information

#0C239D (or 0x0C239D) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 23 and 9D. RGB value is (12,35,157). Sum of RGB (Red+Green+Blue) = 12+35+157=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 157 (61.72% from 255 or 76.96% from 204); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C239D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C239D is #F3DC62. Grayscale: #292929. Windows color (decimal): -15981667 or 10298124. OLE color: 10298124.

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

Color convert

RGB1235157-
CMYK0.920.7800.38
HSL230.48º85.8%33.14%-
HSV(B)230.48º92.36%61.57%-
XYZ6.843.7132.25-
YUV42.03192.88106.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.88%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 157 (61.72% from 255) = 76.96%
R=5.88%
G=17.16%
B=76.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12351570.920.7800.38230.4885.833.14
HexC239D5C4E026e65621
Octal144323513411604634612641
Binary110010001110011101101110010011100100110111001101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C239D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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