Html Css Color HEX #0056BD Navy Blue

📋 copy color: '#0056BD'

red 0 ◦ green 86 ◦ blue 189

#0056BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0056BD

Tints of Navy Blue #0056BD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 86 (33.98% from 255) = 31.27%

 BLUE value IS 189 (74.22% from 255) = 68.73%

R = 0%
G = 31.27%
B = 68.73%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0056BD (or 0x0056BD) is known color: Navy Blue. HEX triplet: 00, 56 and BD. RGB value is (0,86,189). Sum of RGB (Red+Green+Blue) = 0+86+189=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 189 (74.22% from 255 or 68.73% from 275); Max value from RGB is 189 - color contains mainly: blue. Hex color #0056BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0056BD is #FFA942. Grayscale: #474747. Windows color (decimal): -16755011 or 12408320. OLE color: 12408320.

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

Color convert

RGB 0 86 189 -
CMYK 1 0.54 0 0.26
HSL 212.7º 1% 0.37% -
HSV(B) 212.7º 1% 0.74% -
XYZ 12.51 10.33 49.48 -
YUV 72.03 194.01 76.62 -
System Red Green Blue C M Y K H S L
Decimal 0 86 189 1 0.54 0 0.26 212.7 1 0.37
Hex 0 56 BD 64 36 0 1A D5 64 25
Octal 0 126 275 144 66 0 32 325 144 45
Binary 0 1010110 10111101 1100100 110110 0 11010 11010101 1100100 100101

Color Harmonies of #0056BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0056BD

Black with #0056BD

Text Example


Text Example

White with #0056BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0056BD;
 }
 .AnyTagClassName
 {
   color: #0056BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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