Html Css Color HEX #056DDE Navy Blue

📋 copy color: '#056DDE'

red 5 ◦ green 109 ◦ blue 222

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

Shades of Navy Blue #056DDE

Tints of Navy Blue #056DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.07%

R = 1.49%
G = 32.44%
B = 66.07%

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

#056DDE (or 0x056DDE) is known color: Navy Blue. HEX triplet: 05, 6D and DE. RGB value is (5,109,222). Sum of RGB (Red+Green+Blue) = 5+109+222=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #056DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056DDE is #FA9221. Grayscale: #5A5A5A. Windows color (decimal): -16421410 or 14576901. OLE color: 14576901.

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

Color convert

RGB 5 109 222 -
CMYK 0.98 0.51 0 0.13
HSL 211.24º 0.96% 0.45% -
HSV(B) 211.24º 0.98% 0.87% -
XYZ 18.72 16.24 71.26 -
YUV 90.79 202.04 66.81 -
System Red Green Blue C M Y K H S L
Decimal 5 109 222 0.98 0.51 0 0.13 211.24 0.96 0.45
Hex 5 6D DE 62 33 0 D D3 60 2D
Octal 5 155 336 142 63 0 15 323 140 55
Binary 101 1101101 11011110 1100010 110011 0 1101 11010011 1100000 101101

Color Harmonies of #056DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056DDE

Black with #056DDE

Text Example


Text Example

White with #056DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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