#0D1F9F

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

Shades of Egyptian Blue #0D1F9F

Tints of Egyptian Blue #0D1F9F

Color information

#0D1F9F (or 0x0D1F9F) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 1F and 9F. RGB value is (13,31,159). Sum of RGB (Red+Green+Blue) = 13+31+159=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 159 (62.5% from 255 or 78.33% from 203); Max value from RGB is 159 - color contains mainly: blue. Hex color #0D1F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1F9F is #F2E060. Grayscale: #272727. Windows color (decimal): -15917153 or 10428173. OLE color: 10428173.

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

Color convert

RGB1331159-
CMYK0.920.8100.38
HSL232.6º84.88%33.73%-
HSV(B)232.6º91.82%62.35%-
XYZ6.913.5733.13-
YUV40.21195.04108.59-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.40%
GREEN value IS 31 (12.5% from 255) = 15.27%
BLUE value IS 159 (62.5% from 255) = 78.33%
R=6.40%
G=15.27%
B=78.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13311590.920.8100.38232.684.8833.73
HexD1F9F5C51026e95522
Octal153723713412104635112542
Binary11011111110011111101110010100010100110111010011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,31,159); }

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

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

 a { background-color: rgb(13,31,159); }

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

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

 span { border-color: rgb(13,31,159); }

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