Html Css Color HEX #056FDC Navy Blue

📋 copy color: '#056FDC'

red 5 ◦ green 111 ◦ blue 220

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

Shades of Navy Blue #056FDC

Tints of Navy Blue #056FDC

RGB

 RED value IS 5 (2.34% from 255) = 1.49%

 GREEN value IS 111 (43.75% from 255) = 33.04%

 BLUE value IS 220 (86.33% from 255) = 65.48%

R = 1.49%
G = 33.04%
B = 65.48%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#056FDC (or 0x056FDC) is known color: Navy Blue. HEX triplet: 05, 6F and DC. RGB value is (5,111,220). Sum of RGB (Red+Green+Blue) = 5+111+220=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #056FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056FDC is #FA9023. Grayscale: #5B5B5B. Windows color (decimal): -16420900 or 14446341. OLE color: 14446341.

HSL color Cylindrical-coordinate representation of color #056FDC: hue angle of 210.42º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056FDC is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 111 220 -
CMYK 0.98 0.50 0 0.14
HSL 210.42º 0.96% 0.44% -
HSV(B) 210.42º 0.98% 0.86% -
XYZ 18.67 16.57 69.92 -
YUV 91.73 200.38 66.14 -
System Red Green Blue C M Y K H S L
Decimal 5 111 220 0.98 0.50 0 0.14 210.42 0.96 0.44
Hex 5 6F DC 62 32 0 E D2 60 2C
Octal 5 157 334 142 62 0 16 322 140 54
Binary 101 1101111 11011100 1100010 110010 0 1110 11010010 1100000 101100

Color Harmonies of #056FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056FDC

Black with #056FDC

Text Example


Text Example

White with #056FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,111,220); }

 H1.HeaderClassName
 {
   color: #056FDC;
 }
 .AnyTagClassName
 {
   color: #056FDC;
 }
</style>

background-color css

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

 a { background-color: rgb(5,111,220); }

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

border-color css

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

 span { border-color: rgb(5,111,220); }

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