#010D8F

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

Shades of Dark Blue #010D8F

Tints of Dark Blue #010D8F

Color information

#010D8F (or 0x010D8F) is unknown color: approx Dark Blue. HEX triplet: 01, 0D and 8F. RGB value is (1,13,143). Sum of RGB (Red+Green+Blue) = 1+13+143=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 143 (56.25% from 255 or 91.08% from 157); Max value from RGB is 143 - color contains mainly: blue. Hex color #010D8F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010D8F is #FEF270. Grayscale: #171717. Windows color (decimal): -16708209 or 9374977. OLE color: 9374977.

HSL color Cylindrical-coordinate representation of color #010D8F: hue angle of 234.93º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D8F is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB113143-
CMYK0.990.9100.44
HSL234.93º98.61%28.24%-
HSV(B)234.93º99.3%56.08%-
XYZ5.112.2826.16-
YUV24.23195.02111.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 13 (5.47% from 255) = 8.28%
BLUE value IS 143 (56.25% from 255) = 91.08%
R=0.64%
G=8.28%
B=91.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131430.990.9100.44234.9398.6128.24
Hex1D8F635B02Ceb631c
Octal11521714313305435314334
Binary111011000111111000111011011010110011101011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010D8F; }

 p { color: rgb(1,13,143); }

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

<style>
 a { background-color: #010D8F; }

 a { background-color: rgb(1,13,143); }

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

<style>
 span { border-color: #010D8F; }

 span { border-color: rgb(1,13,143); }

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