Html Css Color HEX #056DD1 Navy Blue

📋 copy color: '#056DD1'

red 5 ◦ green 109 ◦ blue 209

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

Shades of Navy Blue #056DD1

Tints of Navy Blue #056DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 64.71%

R = 1.55%
G = 33.75%
B = 64.71%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#056DD1 (or 0x056DD1) is known color: Navy Blue. HEX triplet: 05, 6D and D1. RGB value is (5,109,209). Sum of RGB (Red+Green+Blue) = 5+109+209=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 209 (82.03% from 255 or 64.71% from 323); Max value from RGB is 209 - color contains mainly: blue. Hex color #056DD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056DD1 is #FA922E. Grayscale: #585858. Windows color (decimal): -16421423 or 13724933. OLE color: 13724933.

HSL color Cylindrical-coordinate representation of color #056DD1: hue angle of 209.41º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056DD1 is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 109 209 -
CMYK 0.98 0.48 0 0.18
HSL 209.41º 0.95% 0.42% -
HSV(B) 209.41º 0.98% 0.82% -
XYZ 17.04 15.57 62.43 -
YUV 89.3 195.54 67.87 -
System Red Green Blue C M Y K H S L
Decimal 5 109 209 0.98 0.48 0 0.18 209.41 0.95 0.42
Hex 5 6D D1 62 30 0 12 D1 5F 2A
Octal 5 155 321 142 60 0 22 321 137 52
Binary 101 1101101 11010001 1100010 110000 0 10010 11010001 1011111 101010

Color Harmonies of #056DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056DD1

Black with #056DD1

Text Example


Text Example

White with #056DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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