Html Css Color HEX #056BDC Navy Blue

📋 copy color: '#056BDC'

red 5 ◦ green 107 ◦ blue 220

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

Shades of Navy Blue #056BDC

Tints of Navy Blue #056BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.23%

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

R = 1.51%
G = 32.23%
B = 66.27%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#056BDC (or 0x056BDC) is known color: Navy Blue. HEX triplet: 05, 6B and DC. RGB value is (5,107,220). Sum of RGB (Red+Green+Blue) = 5+107+220=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #056BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056BDC is #FA9423. Grayscale: #585858. Windows color (decimal): -16421924 or 14445317. OLE color: 14445317.

HSL color Cylindrical-coordinate representation of color #056BDC: hue angle of 211.53º 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 #056BDC is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 107 220 -
CMYK 0.98 0.51 0 0.14
HSL 211.53º 0.96% 0.44% -
HSV(B) 211.53º 0.98% 0.86% -
XYZ 18.24 15.71 69.78 -
YUV 89.38 201.71 67.81 -
System Red Green Blue C M Y K H S L
Decimal 5 107 220 0.98 0.51 0 0.14 211.53 0.96 0.44
Hex 5 6B DC 62 33 0 E D4 60 2C
Octal 5 153 334 142 63 0 16 324 140 54
Binary 101 1101011 11011100 1100010 110011 0 1110 11010100 1100000 101100

Color Harmonies of #056BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056BDC

Black with #056BDC

Text Example


Text Example

White with #056BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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