Html Css Color HEX #0062EF Navy Blue

📋 copy color: '#0062EF'

red 0 ◦ green 98 ◦ blue 239

#0062EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0062EF

Tints of Navy Blue #0062EF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 98 (38.67% from 255) = 29.08%

 BLUE value IS 239 (93.75% from 255) = 70.92%

R = 0%
G = 29.08%
B = 70.92%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0062EF (or 0x0062EF) is known color: Navy Blue. HEX triplet: 00, 62 and EF. RGB value is (0,98,239). Sum of RGB (Red+Green+Blue) = 0+98+239=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 239 (93.75% from 255 or 70.92% from 337); Max value from RGB is 239 - color contains mainly: blue. Hex color #0062EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0062EF is #FF9D10. Grayscale: #545454. Windows color (decimal): -16751889 or 15688192. OLE color: 15688192.

HSL color Cylindrical-coordinate representation of color #0062EF: hue angle of 215.4º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0062EF is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 98 239 -
CMYK 1 0.59 0 0.06
HSL 215.4º 1% 0.47% -
HSV(B) 215.4º 1% 0.94% -
XYZ 19.95 14.97 83.5 -
YUV 84.77 215.03 67.54 -
System Red Green Blue C M Y K H S L
Decimal 0 98 239 1 0.59 0 0.06 215.4 1 0.47
Hex 0 62 EF 64 3B 0 6 D7 64 2F
Octal 0 142 357 144 73 0 6 327 144 57
Binary 0 1100010 11101111 1100100 111011 0 110 11010111 1100100 101111

Color Harmonies of #0062EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0062EF

Black with #0062EF

Text Example


Text Example

White with #0062EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0062EF;
 }
 .AnyTagClassName
 {
   color: #0062EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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