#056CBC

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

Shades of Navy Blue #056CBC

Tints of Navy Blue #056CBC

Color information

#056CBC (or 0x056CBC) is unknown color: approx Navy Blue. HEX triplet: 05, 6C and BC. RGB value is (5,108,188). Sum of RGB (Red+Green+Blue) = 5+108+188=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #056CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056CBC is #FA9343. Grayscale: #555555. Windows color (decimal): -16421700 or 12348421. OLE color: 12348421.

HSL color Cylindrical-coordinate representation of color #056CBC: hue angle of 206.23º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056CBC is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5108188-
CMYK0.970.4300.26
HSL206.23º94.82%37.84%-
HSV(B)206.23º97.34%73.73%-
XYZ14.514.3949.59-
YUV86.32185.3870-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.66%
GREEN value IS 108 (42.58% from 255) = 35.88%
BLUE value IS 188 (73.83% from 255) = 62.46%
R=1.66%
G=35.88%
B=62.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51081880.970.4300.26206.2394.8237.84
Hex56CBC612B01Ace5f26
Octal51542741415303231613746
Binary1011101100101111001100001101011011010110011101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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