#000F93

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

Shades of Dark Blue #000F93

Tints of Dark Blue #000F93

Color information

#000F93 (or 0x000F93) is unknown color: approx Dark Blue. HEX triplet: 00, 0F and 93. RGB value is (0,15,147). Sum of RGB (Red+Green+Blue) = 0+15+147=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 147 (57.81% from 255 or 90.74% from 162); Max value from RGB is 147 - color contains mainly: blue. Hex color #000F93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000F93 is #FFF06C. Grayscale: #191919. Windows color (decimal): -16773229 or 9637632. OLE color: 9637632.

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

Color convert

RGB015147-
CMYK10.9000.42
HSL233.88º100%28.82%-
HSV(B)233.88º100%57.65%-
XYZ5.442.4527.79-
YUV25.56196.53109.77-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 15 (6.25% from 255) = 9.26%
BLUE value IS 147 (57.81% from 255) = 90.74%
R=0%
G=9.26%
B=90.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal01514710.9000.42233.8810028.82
Hex0F93645A02Aea641d
Octal01722314413205235214435
Binary011111001001111001001011010010101011101010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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