#0D239B

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

Shades of Egyptian Blue #0D239B

Tints of Egyptian Blue #0D239B

Color information

#0D239B (or 0x0D239B) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 23 and 9B. RGB value is (13,35,155). Sum of RGB (Red+Green+Blue) = 13+35+155=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 155 (60.94% from 255 or 76.35% from 203); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D239B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D239B is #F2DC64. Grayscale: #292929. Windows color (decimal): -15916133 or 10167053. OLE color: 10167053.

HSL color Cylindrical-coordinate representation of color #0D239B: hue angle of 230.7º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D239B is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1335155-
CMYK0.920.7700.39
HSL230.7º84.52%32.94%-
HSV(B)230.7º91.61%60.78%-
XYZ6.683.6531.36-
YUV42.1191.71107.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.40%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 155 (60.94% from 255) = 76.35%
R=6.40%
G=17.24%
B=76.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13351550.920.7700.39230.784.5232.94
HexD239B5C4D027e75521
Octal154323313411504734712541
Binary110110001110011011101110010011010100111111001111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D239B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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