Html Css Color HEX #0564BF Navy Blue

📋 copy color: '#0564BF'

red 5 ◦ green 100 ◦ blue 191

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

Shades of Navy Blue #0564BF

Tints of Navy Blue #0564BF

RGB

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

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

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

R = 1.69%
G = 33.78%
B = 64.53%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0564BF (or 0x0564BF) is known color: Navy Blue. HEX triplet: 05, 64 and BF. RGB value is (5,100,191). Sum of RGB (Red+Green+Blue) = 5+100+191=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #0564BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0564BF is #FA9B40. Grayscale: #515151. Windows color (decimal): -16423745 or 12542981. OLE color: 12542981.

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

Color convert

RGB 5 100 191 -
CMYK 0.97 0.48 0 0.25
HSL 209.35º 0.95% 0.38% -
HSV(B) 209.35º 0.97% 0.75% -
XYZ 14.02 12.91 51.04 -
YUV 81.97 189.53 73.1 -
System Red Green Blue C M Y K H S L
Decimal 5 100 191 0.97 0.48 0 0.25 209.35 0.95 0.38
Hex 5 64 BF 61 30 0 19 D1 5F 26
Octal 5 144 277 141 60 0 31 321 137 46
Binary 101 1100100 10111111 1100001 110000 0 11001 11010001 1011111 100110

Color Harmonies of #0564BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0564BF

Black with #0564BF

Text Example


Text Example

White with #0564BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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