#0062d7

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

Shades of Navy Blue #0062D7

Tints of Navy Blue #0062D7

Color information

#0062D7 (or 0x0062D7) is unknown color: approx Navy Blue. HEX triplet: 00, 62 and D7. RGB value is (0,98,215). Sum of RGB (Red+Green+Blue) = 0+98+215=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 215 (84.38% from 255 or 68.69% from 313); Max value from RGB is 215 - color contains mainly: blue. Hex color #0062D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0062D7 is #FF9D28. Grayscale: #515151. Windows color (decimal): -16751913 or 14115328. OLE color: 14115328.

HSL color Cylindrical-coordinate representation of color #0062D7: hue angle of 212.65º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0062D7 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB098215-
CMYK10.5400.16
HSL212.65º100%42.16%-
HSV(B)212.65º100%84.31%-
XYZ16.6313.6466.05-
YUV82.04203.0369.49-

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) = 31.31%
BLUE value IS 215 (84.38% from 255) = 68.69%
R=0%
G=31.31%
B=68.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal09821510.5400.16212.6510042.16
Hex062D76436010d5642a
Octal01423271446602032514452
Binary01100010110101111100100110110010000110101011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0062d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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