#010F8E

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

Shades of Dark Blue #010F8E

Tints of Dark Blue #010F8E

Color information

#010F8E (or 0x010F8E) is unknown color: approx Dark Blue. HEX triplet: 01, 0F and 8E. RGB value is (1,15,142). Sum of RGB (Red+Green+Blue) = 1+15+142=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 142 (55.86% from 255 or 89.87% from 158); Max value from RGB is 142 - color contains mainly: blue. Hex color #010F8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010F8E is #FEF071. Grayscale: #181818. Windows color (decimal): -16707698 or 9309953. OLE color: 9309953.

HSL color Cylindrical-coordinate representation of color #010F8E: hue angle of 234.04º 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 #010F8E is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115142-
CMYK0.990.8900.44
HSL234.04º98.6%28.04%-
HSV(B)234.04º99.3%55.69%-
XYZ5.072.325.77-
YUV25.29193.86110.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 15 (6.25% from 255) = 9.49%
BLUE value IS 142 (55.86% from 255) = 89.87%
R=0.63%
G=9.49%
B=89.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151420.990.8900.44234.0498.628.04
Hex1F8E635902Cea631c
Octal11721614313105435214334
Binary111111000111011000111011001010110011101010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,15,142); }

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

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

 a { background-color: rgb(1,15,142); }

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

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

 span { border-color: rgb(1,15,142); }

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