Html Css Color HEX #0562EB Navy Blue

📋 copy color: '#0562EB'

red 5 ◦ green 98 ◦ blue 235

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

Shades of Navy Blue #0562EB

Tints of Navy Blue #0562EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.53%

R = 1.48%
G = 28.99%
B = 69.53%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0562EB (or 0x0562EB) is known color: Navy Blue. HEX triplet: 05, 62 and EB. RGB value is (5,98,235). Sum of RGB (Red+Green+Blue) = 5+98+235=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 235 (92.19% from 255 or 69.53% from 338); Max value from RGB is 235 - color contains mainly: blue. Hex color #0562EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0562EB is #FA9D14. Grayscale: #555555. Windows color (decimal): -16424213 or 15426053. OLE color: 15426053.

HSL color Cylindrical-coordinate representation of color #0562EB: hue angle of 215.74º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0562EB is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 98 235 -
CMYK 0.98 0.58 0 0.08
HSL 215.74º 0.96% 0.47% -
HSV(B) 215.74º 0.98% 0.92% -
XYZ 19.43 14.77 80.42 -
YUV 85.81 212.19 70.36 -
System Red Green Blue C M Y K H S L
Decimal 5 98 235 0.98 0.58 0 0.08 215.74 0.96 0.47
Hex 5 62 EB 62 3A 0 8 D8 60 2F
Octal 5 142 353 142 72 0 10 330 140 57
Binary 101 1100010 11101011 1100010 111010 0 1000 11011000 1100000 101111

Color Harmonies of #0562EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0562EB

Black with #0562EB

Text Example


Text Example

White with #0562EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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