Html Css Color HEX #0562CA Navy Blue

📋 copy color: '#0562CA'

red 5 ◦ green 98 ◦ blue 202

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

Shades of Navy Blue #0562CA

Tints of Navy Blue #0562CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 66.23%

R = 1.64%
G = 32.13%
B = 66.23%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0562CA (or 0x0562CA) is known color: Navy Blue. HEX triplet: 05, 62 and CA. RGB value is (5,98,202). Sum of RGB (Red+Green+Blue) = 5+98+202=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #0562CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0562CA is #FA9D35. Grayscale: #515151. Windows color (decimal): -16424246 or 13263365. OLE color: 13263365.

HSL color Cylindrical-coordinate representation of color #0562CA: hue angle of 211.68º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0562CA is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 98 202 -
CMYK 0.98 0.51 0 0.21
HSL 211.68º 0.95% 0.41% -
HSV(B) 211.68º 0.98% 0.79% -
XYZ 15.09 13.03 57.6 -
YUV 82.05 195.69 73.04 -
System Red Green Blue C M Y K H S L
Decimal 5 98 202 0.98 0.51 0 0.21 211.68 0.95 0.41
Hex 5 62 CA 62 33 0 15 D4 5F 29
Octal 5 142 312 142 63 0 25 324 137 51
Binary 101 1100010 11001010 1100010 110011 0 10101 11010100 1011111 101001

Color Harmonies of #0562CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0562CA

Black with #0562CA

Text Example


Text Example

White with #0562CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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