#000A92

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

Shades of Dark Blue #000A92

Tints of Dark Blue #000A92

Color information

#000A92 (or 0x000A92) is unknown color: approx Dark Blue. HEX triplet: 00, 0A and 92. RGB value is (0,10,146). Sum of RGB (Red+Green+Blue) = 0+10+146=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 146 (57.42% from 255 or 93.59% from 156); Max value from RGB is 146 - color contains mainly: blue. Hex color #000A92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000A92 is #FFF56D. Grayscale: #151515. Windows color (decimal): -16774510 or 9570816. OLE color: 9570816.

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

Color convert

RGB010146-
CMYK10.9300.43
HSL235.89º100%28.63%-
HSV(B)235.89º100%57.25%-
XYZ5.32.2927.36-
YUV22.51197.69111.94-

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.41%
BLUE value IS 146 (57.42% from 255) = 93.59%
R=0%
G=6.41%
B=93.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal01014610.9300.43235.8910028.63
Hex0A92645D02Bec641d
Octal01222214413505335414435
Binary010101001001011001001011101010101111101100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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