Html Css Color HEX #0562BF Navy Blue

📋 copy color: '#0562BF'

red 5 ◦ green 98 ◦ blue 191

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

Shades of Navy Blue #0562BF

Tints of Navy Blue #0562BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.97%

R = 1.7%
G = 33.33%
B = 64.97%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0562BF (or 0x0562BF) is known color: Navy Blue. HEX triplet: 05, 62 and BF. RGB value is (5,98,191). Sum of RGB (Red+Green+Blue) = 5+98+191=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #0562BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0562BF is #FA9D40. Grayscale: #505050. Windows color (decimal): -16424257 or 12542469. OLE color: 12542469.

HSL color Cylindrical-coordinate representation of color #0562BF: hue angle of 210º 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 #0562BF is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 98 191 -
CMYK 0.97 0.49 0 0.25
HSL 210º 0.95% 0.38% -
HSV(B) 210º 0.97% 0.75% -
XYZ 13.83 12.53 50.98 -
YUV 80.8 190.19 73.94 -
System Red Green Blue C M Y K H S L
Decimal 5 98 191 0.97 0.49 0 0.25 210 0.95 0.38
Hex 5 62 BF 61 31 0 19 D2 5F 26
Octal 5 142 277 141 61 0 31 322 137 46
Binary 101 1100010 10111111 1100001 110001 0 11001 11010010 1011111 100110

Color Harmonies of #0562BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0562BF

Black with #0562BF

Text Example


Text Example

White with #0562BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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