Html Css Color HEX #0562BD Navy Blue

📋 copy color: '#0562BD'

red 5 ◦ green 98 ◦ blue 189

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

Shades of Navy Blue #0562BD

Tints of Navy Blue #0562BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.73%

R = 1.71%
G = 33.56%
B = 64.73%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0562BD (or 0x0562BD) is known color: Navy Blue. HEX triplet: 05, 62 and BD. RGB value is (5,98,189). Sum of RGB (Red+Green+Blue) = 5+98+189=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #0562BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0562BD is #FA9D42. Grayscale: #505050. Windows color (decimal): -16424259 or 12411397. OLE color: 12411397.

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

Color convert

RGB 5 98 189 -
CMYK 0.97 0.48 0 0.26
HSL 209.67º 0.95% 0.38% -
HSV(B) 209.67º 0.97% 0.74% -
XYZ 13.62 12.44 49.83 -
YUV 80.57 189.19 74.1 -
System Red Green Blue C M Y K H S L
Decimal 5 98 189 0.97 0.48 0 0.26 209.67 0.95 0.38
Hex 5 62 BD 61 30 0 1A D2 5F 26
Octal 5 142 275 141 60 0 32 322 137 46
Binary 101 1100010 10111101 1100001 110000 0 11010 11010010 1011111 100110

Color Harmonies of #0562BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0562BD

Black with #0562BD

Text Example


Text Example

White with #0562BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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