Html Css Color HEX #056CDD Navy Blue

📋 copy color: '#056CDD'

red 5 ◦ green 108 ◦ blue 221

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

Shades of Navy Blue #056CDD

Tints of Navy Blue #056CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.17%

R = 1.5%
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

#056CDD (or 0x056CDD) is known color: Navy Blue. HEX triplet: 05, 6C and DD. RGB value is (5,108,221). Sum of RGB (Red+Green+Blue) = 5+108+221=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #056CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056CDD is #FA9322. Grayscale: #595959. Windows color (decimal): -16421667 or 14511109. OLE color: 14511109.

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

Color convert

RGB 5 108 221 -
CMYK 0.98 0.51 0 0.13
HSL 211.39º 0.96% 0.44% -
HSV(B) 211.39º 0.98% 0.87% -
XYZ 18.48 15.98 70.52 -
YUV 90.09 201.88 67.31 -
System Red Green Blue C M Y K H S L
Decimal 5 108 221 0.98 0.51 0 0.13 211.39 0.96 0.44
Hex 5 6C DD 62 33 0 D D3 60 2C
Octal 5 154 335 142 63 0 15 323 140 54
Binary 101 1101100 11011101 1100010 110011 0 1101 11010011 1100000 101100

Color Harmonies of #056CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CDD

Black with #056CDD

Text Example


Text Example

White with #056CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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