#056CB8

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

Shades of Navy Blue #056CB8

Tints of Navy Blue #056CB8

Color information

#056CB8 (or 0x056CB8) is unknown color: approx Navy Blue. HEX triplet: 05, 6C and B8. RGB value is (5,108,184). Sum of RGB (Red+Green+Blue) = 5+108+184=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 184 (72.27% from 255 or 61.95% from 297); Max value from RGB is 184 - color contains mainly: blue. Hex color #056CB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056CB8 is #FA9347. Grayscale: #555555. Windows color (decimal): -16421704 or 12086277. OLE color: 12086277.

HSL color Cylindrical-coordinate representation of color #056CB8: hue angle of 205.47º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056CB8 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5108184-
CMYK0.970.4100.28
HSL205.47º94.71%37.06%-
HSV(B)205.47º97.28%72.16%-
XYZ14.0814.2247.35-
YUV85.87183.3870.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.68%
GREEN value IS 108 (42.58% from 255) = 36.36%
BLUE value IS 184 (72.27% from 255) = 61.95%
R=1.68%
G=36.36%
B=61.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal51081840.970.4100.28205.4794.7137.06
Hex56CB8612901Ccd5f25
Octal51542701415103431513745
Binary1011101100101110001100001101001011100110011011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,108,184); }

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

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

 a { background-color: rgb(5,108,184); }

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

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

 span { border-color: rgb(5,108,184); }

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