#0062B6

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

Shades of Navy Blue #0062B6

Tints of Navy Blue #0062B6

Color information

#0062B6 (or 0x0062B6) is unknown color: approx Navy Blue. HEX triplet: 00, 62 and B6. RGB value is (0,98,182). Sum of RGB (Red+Green+Blue) = 0+98+182=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 182 (71.48% from 255 or 65% from 280); Max value from RGB is 182 - color contains mainly: blue. Hex color #0062B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0062B6 is #FF9D49. Grayscale: #4D4D4D. Windows color (decimal): -16751946 or 11952640. OLE color: 11952640.

HSL color Cylindrical-coordinate representation of color #0062B6: hue angle of 207.69º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0062B6 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB098182-
CMYK10.4600.29
HSL207.69º100%35.69%-
HSV(B)207.69º100%71.37%-
XYZ12.8112.1145.92-
YUV78.27186.5372.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 182 (71.48% from 255) = 65%
R=0%
G=35%
B=65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal09818210.4600.29207.6910035.69
Hex062B6642E01Dd06424
Octal01422661445603532014444
Binary01100010101101101100100101110011101110100001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0062B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0062B6; }

 p { color: rgb(0,98,182); }

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

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

 a { background-color: rgb(0,98,182); }

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

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

 span { border-color: rgb(0,98,182); }

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