#000a91

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

Shades of Dark Blue #000A91

Tints of Dark Blue #000A91

Color information

#000A91 (or 0x000A91) is unknown color: approx Dark Blue. HEX triplet: 00, 0A and 91. RGB value is (0,10,145). Sum of RGB (Red+Green+Blue) = 0+10+145=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 10 (4.30% from 255 or 6.45% from 155); Blue value is 145 (57.03% from 255 or 93.55% from 155); Max value from RGB is 145 - color contains mainly: blue. Hex color #000A91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000A91 is #FFF56E. Grayscale: #151515. Windows color (decimal): -16774511 or 9505280. OLE color: 9505280.

HSL color Cylindrical-coordinate representation of color #000A91: hue angle of 235.86º 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 #000A91 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB010145-
CMYK10.9300.43
HSL235.86º100%28.43%-
HSV(B)235.86º100%56.86%-
XYZ5.222.2626.95-
YUV22.4197.19112.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 10 (4.30% from 255) = 6.45%
BLUE value IS 145 (57.03% from 255) = 93.55%
R=0%
G=6.45%
B=93.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal01014510.9300.43235.8610028.43
Hex0A91645D02Bec641c
Octal01222114413505335414434
Binary010101001000111001001011101010101111101100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000a91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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