#0d239d

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

Shades of Egyptian Blue #0D239D

Tints of Egyptian Blue #0D239D

Color information

#0D239D (or 0x0D239D) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 23 and 9D. RGB value is (13,35,157). Sum of RGB (Red+Green+Blue) = 13+35+157=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 157 (61.72% from 255 or 76.59% from 205); Max value from RGB is 157 - color contains mainly: blue. Hex color #0D239D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D239D is #F2DC62. Grayscale: #292929. Windows color (decimal): -15916131 or 10298125. OLE color: 10298125.

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

Color convert

RGB1335157-
CMYK0.920.7800.38
HSL230.83º84.71%33.33%-
HSV(B)230.83º91.72%61.57%-
XYZ6.853.7232.26-
YUV42.33192.71107.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.34%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 157 (61.72% from 255) = 76.59%
R=6.34%
G=17.07%
B=76.59%

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
Decimal13351570.920.7800.38230.8384.7133.33
HexD239D5C4E026e75521
Octal154323513411604634712541
Binary110110001110011101101110010011100100110111001111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d239d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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