Html Css Color HEX #0062EE Navy Blue

📋 copy color: '#0062EE'

red 0 ◦ green 98 ◦ blue 238

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

Shades of Navy Blue #0062EE

Tints of Navy Blue #0062EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 70.83%

R = 0%
G = 29.17%
B = 70.83%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0062EE (or 0x0062EE) is known color: Navy Blue. HEX triplet: 00, 62 and EE. RGB value is (0,98,238). Sum of RGB (Red+Green+Blue) = 0+98+238=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 238 (93.36% from 255 or 70.83% from 336); Max value from RGB is 238 - color contains mainly: blue. Hex color #0062EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0062EE is #FF9D11. Grayscale: #545454. Windows color (decimal): -16751890 or 15622656. OLE color: 15622656.

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

Color convert

RGB 0 98 238 -
CMYK 1 0.59 0 0.07
HSL 215.29º 1% 0.47% -
HSV(B) 215.29º 1% 0.93% -
XYZ 19.8 14.91 82.72 -
YUV 84.66 214.53 67.62 -
System Red Green Blue C M Y K H S L
Decimal 0 98 238 1 0.59 0 0.07 215.29 1 0.47
Hex 0 62 EE 64 3B 0 7 D7 64 2F
Octal 0 142 356 144 73 0 7 327 144 57
Binary 0 1100010 11101110 1100100 111011 0 111 11010111 1100100 101111

Color Harmonies of #0062EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0062EE

Black with #0062EE

Text Example


Text Example

White with #0062EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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