Html Css Color HEX #056CDE Navy Blue

📋 copy color: '#056CDE'

red 5 ◦ green 108 ◦ blue 222

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

Shades of Navy Blue #056CDE

Tints of Navy Blue #056CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.24%

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

R = 1.49%
G = 32.24%
B = 66.27%

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

#056CDE (or 0x056CDE) is known color: Navy Blue. HEX triplet: 05, 6C and DE. RGB value is (5,108,222). Sum of RGB (Red+Green+Blue) = 5+108+222=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #056CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056CDE is #FA9321. Grayscale: #595959. Windows color (decimal): -16421666 or 14576645. OLE color: 14576645.

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

Color convert

RGB 5 108 222 -
CMYK 0.98 0.51 0 0.13
HSL 211.52º 0.96% 0.45% -
HSV(B) 211.52º 0.98% 0.87% -
XYZ 18.61 16.03 71.22 -
YUV 90.2 202.38 67.23 -
System Red Green Blue C M Y K H S L
Decimal 5 108 222 0.98 0.51 0 0.13 211.52 0.96 0.45
Hex 5 6C DE 62 33 0 D D4 60 2D
Octal 5 154 336 142 63 0 15 324 140 55
Binary 101 1101100 11011110 1100010 110011 0 1101 11010100 1100000 101101

Color Harmonies of #056CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CDE

Black with #056CDE

Text Example


Text Example

White with #056CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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