Html Css Color HEX #056DDB Navy Blue

📋 copy color: '#056DDB'

red 5 ◦ green 109 ◦ blue 219

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

Shades of Navy Blue #056DDB

Tints of Navy Blue #056DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.73%

 BLUE value IS 219 (85.94% from 255) = 65.77%

R = 1.5%
G = 32.73%
B = 65.77%

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

#056DDB (or 0x056DDB) is known color: Navy Blue. HEX triplet: 05, 6D and DB. RGB value is (5,109,219). Sum of RGB (Red+Green+Blue) = 5+109+219=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #056DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056DDB is #FA9224. Grayscale: #595959. Windows color (decimal): -16421413 or 14380293. OLE color: 14380293.

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

Color convert

RGB 5 109 219 -
CMYK 0.98 0.50 0 0.14
HSL 210.84º 0.96% 0.44% -
HSV(B) 210.84º 0.98% 0.86% -
XYZ 18.32 16.08 69.16 -
YUV 90.44 200.54 67.06 -
System Red Green Blue C M Y K H S L
Decimal 5 109 219 0.98 0.50 0 0.14 210.84 0.96 0.44
Hex 5 6D DB 62 32 0 E D3 60 2C
Octal 5 155 333 142 62 0 16 323 140 54
Binary 101 1101101 11011011 1100010 110010 0 1110 11010011 1100000 101100

Color Harmonies of #056DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056DDB

Black with #056DDB

Text Example


Text Example

White with #056DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,109,219); }

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

background-color css

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

 a { background-color: rgb(5,109,219); }

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

border-color css

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

 span { border-color: rgb(5,109,219); }

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