#010F81

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

Shades of Navy #010F81

Tints of Navy #010F81

Color information

#010F81 (or 0x010F81) is unknown color: approx Navy. HEX triplet: 01, 0F and 81. RGB value is (1,15,129). Sum of RGB (Red+Green+Blue) = 1+15+129=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 129 (50.78% from 255 or 88.97% from 145); Max value from RGB is 129 - color contains mainly: blue. Hex color #010F81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010F81 is #FEF07E. Grayscale: #171717. Windows color (decimal): -16707711 or 8457985. OLE color: 8457985.

HSL color Cylindrical-coordinate representation of color #010F81: hue angle of 233.44º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F81 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB115129-
CMYK0.990.8800.49
HSL233.44º98.46%25.49%-
HSV(B)233.44º99.22%50.59%-
XYZ4.151.9320.92-
YUV23.81187.36111.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 15 (6.25% from 255) = 10.34%
BLUE value IS 129 (50.78% from 255) = 88.97%
R=0.69%
G=10.34%
B=88.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151290.990.8800.49233.4498.4625.49
Hex1F816358031e96219
Octal11720114313006135114231
Binary111111000000111000111011000011000111101001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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