#0564F1

Color #0564F1 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0564F1

Tints of Navy Blue #0564F1

Color information

#0564F1 (or 0x0564F1) is unknown color: approx Navy Blue. HEX triplet: 05, 64 and F1. RGB value is (5,100,241). Sum of RGB (Red+Green+Blue) = 5+100+241=346 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 241 (94.53% from 255 or 69.65% from 346); Max value from RGB is 241 - color contains mainly: blue. Hex color #0564F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0564F1 is #FA9B0E. Grayscale: #575757. Windows color (decimal): -16423695 or 15819781. OLE color: 15819781.

HSL color Cylindrical-coordinate representation of color #0564F1: hue angle of 215.85º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0564F1 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5100241-
CMYK0.980.5900.05
HSL215.85º95.93%48.24%-
HSV(B)215.85º97.93%94.51%-
XYZ20.515.585.13-
YUV87.67214.5369.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.45%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 241 (94.53% from 255) = 69.65%
R=1.45%
G=28.90%
B=69.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal51002410.980.5900.05215.8595.9348.24
Hex564F1623B05d86030
Octal5144361142730533014060
Binary10111001001111000111000101110110101110110001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0564F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0564F1;
 }
 .AnyTagClassName
 {
   color: #0564F1;
 }
</style>
background-color css

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

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

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

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

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

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