Html Css Color HEX #0062BA Navy Blue

📋 copy color: '#0062BA'

red 0 ◦ green 98 ◦ blue 186

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

Shades of Navy Blue #0062BA

Tints of Navy Blue #0062BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.49%

R = 0%
G = 34.51%
B = 65.49%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0062BA (or 0x0062BA) is known color: Navy Blue. HEX triplet: 00, 62 and BA. RGB value is (0,98,186). Sum of RGB (Red+Green+Blue) = 0+98+186=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #0062BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0062BA is #FF9D45. Grayscale: #4E4E4E. Windows color (decimal): -16751942 or 12214784. OLE color: 12214784.

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

Color convert

RGB 0 98 186 -
CMYK 1 0.47 0 0.27
HSL 208.39º 1% 0.36% -
HSV(B) 208.39º 1% 0.73% -
XYZ 13.23 12.28 48.13 -
YUV 78.73 188.53 71.84 -
System Red Green Blue C M Y K H S L
Decimal 0 98 186 1 0.47 0 0.27 208.39 1 0.36
Hex 0 62 BA 64 2F 0 1B D0 64 24
Octal 0 142 272 144 57 0 33 320 144 44
Binary 0 1100010 10111010 1100100 101111 0 11011 11010000 1100100 100100

Color Harmonies of #0062BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0062BA

Black with #0062BA

Text Example


Text Example

White with #0062BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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