#056FC1

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

Shades of Navy Blue #056FC1

Tints of Navy Blue #056FC1

Color information

#056FC1 (or 0x056FC1) is unknown color: approx Navy Blue. HEX triplet: 05, 6F and C1. RGB value is (5,111,193). Sum of RGB (Red+Green+Blue) = 5+111+193=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 193 (75.78% from 255 or 62.46% from 309); Max value from RGB is 193 - color contains mainly: blue. Hex color #056FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056FC1 is #FA903E. Grayscale: #585858. Windows color (decimal): -16420927 or 12676869. OLE color: 12676869.

HSL color Cylindrical-coordinate representation of color #056FC1: hue angle of 206.17º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056FC1 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5111193-
CMYK0.970.4200.24
HSL206.17º94.95%38.82%-
HSV(B)206.17º97.41%75.69%-
XYZ15.3715.2552.59-
YUV88.65186.8868.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.62%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 193 (75.78% from 255) = 62.46%
R=1.62%
G=35.92%
B=62.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51111930.970.4200.24206.1794.9538.82
Hex56FC1612A018ce5f27
Octal51573011415203031613747
Binary1011101111110000011100001101010011000110011101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056FC1; }

 p { color: rgb(5,111,193); }

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

<style>
 a { background-color: #056FC1; }

 a { background-color: rgb(5,111,193); }

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

<style>
 span { border-color: #056FC1; }

 span { border-color: rgb(5,111,193); }

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