#0056BF

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

Shades of Navy Blue #0056BF

Tints of Navy Blue #0056BF

Color information

#0056BF (or 0x0056BF) is unknown color: approx Navy Blue. HEX triplet: 00, 56 and BF. RGB value is (0,86,191). Sum of RGB (Red+Green+Blue) = 0+86+191=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #0056BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0056BF is #FFA940. Grayscale: #474747. Windows color (decimal): -16755009 or 12539392. OLE color: 12539392.

HSL color Cylindrical-coordinate representation of color #0056BF: hue angle of 212.98º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0056BF is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB086191-
CMYK10.5500.25
HSL212.98º100%37.45%-
HSV(B)212.98º100%74.9%-
XYZ12.7310.4250.63-
YUV72.26195.0176.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 191 (75% from 255) = 68.95%
R=0%
G=31.05%
B=68.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal08619110.5500.25212.9810037.45
Hex056BF6437019d56425
Octal01262771446703132514445
Binary01010110101111111100100110111011001110101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0056BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,86,191); }

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

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

 a { background-color: rgb(0,86,191); }

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

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

 span { border-color: rgb(0,86,191); }

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