#000D91

Color #000D91 Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #000D91

Tints of Dark Blue #000D91

Color information

#000D91 (or 0x000D91) is unknown color: approx Dark Blue. HEX triplet: 00, 0D and 91. RGB value is (0,13,145). Sum of RGB (Red+Green+Blue) = 0+13+145=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 145 (57.03% from 255 or 91.77% from 158); Max value from RGB is 145 - color contains mainly: blue. Hex color #000D91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000D91 is #FFF26E. Grayscale: #171717. Windows color (decimal): -16773743 or 9506048. OLE color: 9506048.

HSL color Cylindrical-coordinate representation of color #000D91: hue angle of 234.62º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D91 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB013145-
CMYK10.9100.43
HSL234.62º100%28.43%-
HSV(B)234.62º100%56.86%-
XYZ5.252.3326.96-
YUV24.16196.19110.77-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 13 (5.47% from 255) = 8.23%
BLUE value IS 145 (57.03% from 255) = 91.77%
R=0%
G=8.23%
B=91.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal01314510.9100.43234.6210028.43
Hex0D91645B02Beb641c
Octal01522114413305335314434
Binary011011001000111001001011011010101111101011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000D91; }

 p { color: rgb(0,13,145); }

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

<style>
 a { background-color: #000D91; }

 a { background-color: rgb(0,13,145); }

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

<style>
 span { border-color: #000D91; }

 span { border-color: rgb(0,13,145); }

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