Html Css Color HEX #056FDE Navy Blue

📋 copy color: '#056FDE'

red 5 ◦ green 111 ◦ blue 222

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

Shades of Navy Blue #056FDE

Tints of Navy Blue #056FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.84%

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

R = 1.48%
G = 32.84%
B = 65.68%

CMYK

 C value IS 0.98

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#056FDE (or 0x056FDE) is known color: Navy Blue. HEX triplet: 05, 6F and DE. RGB value is (5,111,222). Sum of RGB (Red+Green+Blue) = 5+111+222=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #056FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056FDE is #FA9021. Grayscale: #5B5B5B. Windows color (decimal): -16420898 or 14577413. OLE color: 14577413.

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

Color convert

RGB 5 111 222 -
CMYK 0.98 0.5 0 0.13
HSL 210.69º 0.96% 0.45% -
HSV(B) 210.69º 0.98% 0.87% -
XYZ 18.93 16.68 71.33 -
YUV 91.96 201.38 65.97 -
System Red Green Blue C M Y K H S L
Decimal 5 111 222 0.98 0.5 0 0.13 210.69 0.96 0.45
Hex 5 6F DE 62 32 0 D D3 60 2D
Octal 5 157 336 142 62 0 15 323 140 55
Binary 101 1101111 11011110 1100010 110010 0 1101 11010011 1100000 101101

Color Harmonies of #056FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056FDE

Black with #056FDE

Text Example


Text Example

White with #056FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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