Html Css Color HEX #056DDF Navy Blue

📋 copy color: '#056DDF'

red 5 ◦ green 109 ◦ blue 223

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

Shades of Navy Blue #056DDF

Tints of Navy Blue #056DDF

RGB

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

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

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

R = 1.48%
G = 32.34%
B = 66.17%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#056DDF (or 0x056DDF) is known color: Navy Blue. HEX triplet: 05, 6D and DF. RGB value is (5,109,223). Sum of RGB (Red+Green+Blue) = 5+109+223=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #056DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056DDF is #FA9220. Grayscale: #5A5A5A. Windows color (decimal): -16421409 or 14642437. OLE color: 14642437.

HSL color Cylindrical-coordinate representation of color #056DDF: hue angle of 211.38º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056DDF is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 109 223 -
CMYK 0.98 0.51 0 0.13
HSL 211.38º 0.96% 0.45% -
HSV(B) 211.38º 0.98% 0.87% -
XYZ 18.85 16.3 71.96 -
YUV 90.9 202.54 66.73 -
System Red Green Blue C M Y K H S L
Decimal 5 109 223 0.98 0.51 0 0.13 211.38 0.96 0.45
Hex 5 6D DF 62 33 0 D D3 60 2D
Octal 5 155 337 142 63 0 15 323 140 55
Binary 101 1101101 11011111 1100010 110011 0 1101 11010011 1100000 101101

Color Harmonies of #056DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056DDF

Black with #056DDF

Text Example


Text Example

White with #056DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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