Html Css Color HEX #0562BE Navy Blue

📋 copy color: '#0562BE'

red 5 ◦ green 98 ◦ blue 190

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

Shades of Navy Blue #0562BE

Tints of Navy Blue #0562BE

RGB

 RED value IS 5 (2.34% from 255) = 1.71%

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

 BLUE value IS 190 (74.61% from 255) = 64.85%

R = 1.71%
G = 33.45%
B = 64.85%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0562BE (or 0x0562BE) is known color: Navy Blue. HEX triplet: 05, 62 and BE. RGB value is (5,98,190). Sum of RGB (Red+Green+Blue) = 5+98+190=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #0562BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0562BE is #FA9D41. Grayscale: #505050. Windows color (decimal): -16424258 or 12476933. OLE color: 12476933.

HSL color Cylindrical-coordinate representation of color #0562BE: hue angle of 209.84º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0562BE is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 98 190 -
CMYK 0.97 0.48 0 0.25
HSL 209.84º 0.95% 0.38% -
HSV(B) 209.84º 0.97% 0.75% -
XYZ 13.72 12.49 50.4 -
YUV 80.68 189.69 74.02 -
System Red Green Blue C M Y K H S L
Decimal 5 98 190 0.97 0.48 0 0.25 209.84 0.95 0.38
Hex 5 62 BE 61 30 0 19 D2 5F 26
Octal 5 142 276 141 60 0 31 322 137 46
Binary 101 1100010 10111110 1100001 110000 0 11001 11010010 1011111 100110

Color Harmonies of #0562BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0562BE

Black with #0562BE

Text Example


Text Example

White with #0562BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0562BE; }

 p { color: rgb(5,98,190); }

 H1.HeaderClassName
 {
   color: #0562BE;
 }
 .AnyTagClassName
 {
   color: #0562BE;
 }
</style>

background-color css

<style>
 a { background-color: #0562BE; }

 a { background-color: rgb(5,98,190); }

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

border-color css

<style>
 span { border-color: #0562BE; }

 span { border-color: rgb(5,98,190); }

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