#020F75

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

Shades of Navy #020F75

Tints of Navy #020F75

Color information

#020F75 (or 0x020F75) is unknown color: approx Navy. HEX triplet: 02, 0F and 75. RGB value is (2,15,117). Sum of RGB (Red+Green+Blue) = 2+15+117=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 117 (46.09% from 255 or 87.31% from 134); Max value from RGB is 117 - color contains mainly: blue. Hex color #020F75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F75 is #FDF08A. Grayscale: #161616. Windows color (decimal): -16642187 or 7671554. OLE color: 7671554.

HSL color Cylindrical-coordinate representation of color #020F75: hue angle of 233.22º 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 #020F75 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB215117-
CMYK0.980.8700.54
HSL233.22º96.64%23.33%-
HSV(B)233.22º98.29%45.88%-
XYZ3.411.6416.97-
YUV22.74181.19113.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.49%
GREEN value IS 15 (6.25% from 255) = 11.19%
BLUE value IS 117 (46.09% from 255) = 87.31%
R=1.49%
G=11.19%
B=87.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2151170.980.8700.54233.2296.6423.33
Hex2F756257036e96117
Octal21716514212706635114127
Binary101111111010111000101010111011011011101001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020F75; }

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

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

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

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

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

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

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

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