#021075

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

Shades of Navy #021075

Tints of Navy #021075

Color information

#021075 (or 0x021075) is unknown color: approx Navy. HEX triplet: 02, 10 and 75. RGB value is (2,16,117). Sum of RGB (Red+Green+Blue) = 2+16+117=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 117 (46.09% from 255 or 86.67% from 135); Max value from RGB is 117 - color contains mainly: blue. Hex color #021075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021075 is #FDEF8A. Grayscale: #161616. Windows color (decimal): -16641931 or 7671810. OLE color: 7671810.

HSL color Cylindrical-coordinate representation of color #021075: hue angle of 232.7º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021075 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB216117-
CMYK0.980.8600.54
HSL232.7º96.64%23.33%-
HSV(B)232.7º98.29%45.88%-
XYZ3.421.6716.97-
YUV23.33180.86112.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 117 (46.09% from 255) = 86.67%
R=1.48%
G=11.85%
B=86.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2161170.980.8600.54232.796.6423.33
Hex210756256036e96117
Octal22016514212606635114127
Binary1010000111010111000101010110011011011101001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021075; }

 p { color: rgb(2,16,117); }

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

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

 a { background-color: rgb(2,16,117); }

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

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

 span { border-color: rgb(2,16,117); }

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