Html Css Color HEX #0564CA Navy Blue

📋 copy color: '#0564CA'

red 5 ◦ green 100 ◦ blue 202

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

Shades of Navy Blue #0564CA

Tints of Navy Blue #0564CA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.57%

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

R = 1.63%
G = 32.57%
B = 65.8%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0564CA (or 0x0564CA) is known color: Navy Blue. HEX triplet: 05, 64 and CA. RGB value is (5,100,202). Sum of RGB (Red+Green+Blue) = 5+100+202=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #0564CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0564CA is #FA9B35. Grayscale: #525252. Windows color (decimal): -16423734 or 13263877. OLE color: 13263877.

HSL color Cylindrical-coordinate representation of color #0564CA: hue angle of 211.07º 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 #0564CA is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 100 202 -
CMYK 0.98 0.50 0 0.21
HSL 211.07º 0.95% 0.41% -
HSV(B) 211.07º 0.98% 0.79% -
XYZ 15.28 13.41 57.66 -
YUV 83.22 195.03 72.21 -
System Red Green Blue C M Y K H S L
Decimal 5 100 202 0.98 0.50 0 0.21 211.07 0.95 0.41
Hex 5 64 CA 62 32 0 15 D3 5F 29
Octal 5 144 312 142 62 0 25 323 137 51
Binary 101 1100100 11001010 1100010 110010 0 10101 11010011 1011111 101001

Color Harmonies of #0564CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0564CA

Black with #0564CA

Text Example


Text Example

White with #0564CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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