Html Css Color HEX #0056DF Navy Blue

📋 copy color: '#0056DF'

red 0 ◦ green 86 ◦ blue 223

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

Shades of Navy Blue #0056DF

Tints of Navy Blue #0056DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.17%

R = 0%
G = 27.83%
B = 72.17%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0056DF (or 0x0056DF) is known color: Navy Blue. HEX triplet: 00, 56 and DF. RGB value is (0,86,223). Sum of RGB (Red+Green+Blue) = 0+86+223=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #0056DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0056DF is #FFA920. Grayscale: #4B4B4B. Windows color (decimal): -16754977 or 14636544. OLE color: 14636544.

HSL color Cylindrical-coordinate representation of color #0056DF: hue angle of 216.86º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0056DF is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 86 223 -
CMYK 1 0.61 0 0.13
HSL 216.86º 1% 0.44% -
HSV(B) 216.86º 1% 0.87% -
XYZ 16.65 11.98 71.25 -
YUV 75.9 211.01 73.86 -
System Red Green Blue C M Y K H S L
Decimal 0 86 223 1 0.61 0 0.13 216.86 1 0.44
Hex 0 56 DF 64 3D 0 D D9 64 2C
Octal 0 126 337 144 75 0 15 331 144 54
Binary 0 1010110 11011111 1100100 111101 0 1101 11011001 1100100 101100

Color Harmonies of #0056DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0056DF

Black with #0056DF

Text Example


Text Example

White with #0056DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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