#010762

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

Shades of Navy #010762

Tints of Navy #010762

Color information

#010762 (or 0x010762) is unknown color: approx Navy. HEX triplet: 01, 07 and 62. RGB value is (1,7,98). Sum of RGB (Red+Green+Blue) = 1+7+98=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 98 (38.67% from 255 or 92.45% from 106); Max value from RGB is 98 - color contains mainly: blue. Hex color #010762 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010762 is #FEF89D. Grayscale: #0F0F0F. Windows color (decimal): -16709790 or 6424321. OLE color: 6424321.

HSL color Cylindrical-coordinate representation of color #010762: hue angle of 236.29º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010762 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB1798-
CMYK0.990.9300.62
HSL236.29º97.98%19.41%-
HSV(B)236.29º98.98%38.43%-
XYZ2.291.0411.64-
YUV15.58174.51117.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 7 (3.12% from 255) = 6.60%
BLUE value IS 98 (38.67% from 255) = 92.45%
R=0.94%
G=6.60%
B=92.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal17980.990.9300.62236.2997.9819.41
Hex1762635D03Eec6213
Octal1714214313507635414223
Binary1111110001011000111011101011111011101100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010762; }

 p { color: rgb(1,7,98); }

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

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

 a { background-color: rgb(1,7,98); }

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

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

 span { border-color: rgb(1,7,98); }

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