#010F82

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

Shades of Navy #010F82

Tints of Navy #010F82

Color information

#010F82 (or 0x010F82) is unknown color: approx Navy. HEX triplet: 01, 0F and 82. RGB value is (1,15,130). Sum of RGB (Red+Green+Blue) = 1+15+130=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 130 (51.17% from 255 or 89.04% from 146); Max value from RGB is 130 - color contains mainly: blue. Hex color #010F82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010F82 is #FEF07D. Grayscale: #171717. Windows color (decimal): -16707710 or 8523521. OLE color: 8523521.

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

Color convert

RGB115130-
CMYK0.990.8800.49
HSL233.49º98.47%25.69%-
HSV(B)233.49º99.23%50.98%-
XYZ4.211.9621.28-
YUV23.92187.86111.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 15 (6.25% from 255) = 10.27%
BLUE value IS 130 (51.17% from 255) = 89.04%
R=0.68%
G=10.27%
B=89.04%

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
Decimal1151300.990.8800.49233.4998.4725.69
Hex1F826358031e9621a
Octal11720214313006135114232
Binary111111000001011000111011000011000111101001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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