Html Css Color HEX #0564BE Navy Blue

📋 copy color: '#0564BE'

red 5 ◦ green 100 ◦ blue 190

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

Shades of Navy Blue #0564BE

Tints of Navy Blue #0564BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.41%

R = 1.69%
G = 33.9%
B = 64.41%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0564BE (or 0x0564BE) is known color: Navy Blue. HEX triplet: 05, 64 and BE. RGB value is (5,100,190). Sum of RGB (Red+Green+Blue) = 5+100+190=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #0564BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0564BE is #FA9B41. Grayscale: #515151. Windows color (decimal): -16423746 or 12477445. OLE color: 12477445.

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

Color convert

RGB 5 100 190 -
CMYK 0.97 0.47 0 0.25
HSL 209.19º 0.95% 0.38% -
HSV(B) 209.19º 0.97% 0.75% -
XYZ 13.91 12.86 50.46 -
YUV 81.86 189.03 73.18 -
System Red Green Blue C M Y K H S L
Decimal 5 100 190 0.97 0.47 0 0.25 209.19 0.95 0.38
Hex 5 64 BE 61 2F 0 19 D1 5F 26
Octal 5 144 276 141 57 0 31 321 137 46
Binary 101 1100100 10111110 1100001 101111 0 11001 11010001 1011111 100110

Color Harmonies of #0564BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0564BE

Black with #0564BE

Text Example


Text Example

White with #0564BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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