#000B93

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

Shades of Dark Blue #000B93

Tints of Dark Blue #000B93

Color information

#000B93 (or 0x000B93) is unknown color: approx Dark Blue. HEX triplet: 00, 0B and 93. RGB value is (0,11,147). Sum of RGB (Red+Green+Blue) = 0+11+147=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 147 (57.81% from 255 or 93.04% from 158); Max value from RGB is 147 - color contains mainly: blue. Hex color #000B93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000B93 is #FFF46C. Grayscale: #161616. Windows color (decimal): -16774253 or 9636608. OLE color: 9636608.

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

Color convert

RGB011147-
CMYK10.9300.42
HSL235.51º100%28.82%-
HSV(B)235.51º100%57.65%-
XYZ5.392.3527.77-
YUV23.22197.86111.44-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 11 (4.69% from 255) = 6.96%
BLUE value IS 147 (57.81% from 255) = 93.04%
R=0%
G=6.96%
B=93.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal01114710.9300.42235.5110028.82
Hex0B93645D02Aec641d
Octal01322314413505235414435
Binary010111001001111001001011101010101011101100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,11,147); }

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

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

 a { background-color: rgb(0,11,147); }

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

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

 span { border-color: rgb(0,11,147); }

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