Html Css Color HEX #1056DA Navy Blue

📋 copy color: '#1056DA'

red 16 ◦ green 86 ◦ blue 218

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

Shades of Navy Blue #1056DA

Tints of Navy Blue #1056DA

RGB

 RED value IS 16 (6.64% from 255) = 5%

 GREEN value IS 86 (33.98% from 255) = 26.88%

 BLUE value IS 218 (85.55% from 255) = 68.13%

R = 5%
G = 26.88%
B = 68.13%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1056DA (or 0x1056DA) is known color: Navy Blue. HEX triplet: 10, 56 and DA. RGB value is (16,86,218). Sum of RGB (Red+Green+Blue) = 16+86+218=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #1056DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1056DA is #EFA925. Grayscale: #4F4F4F. Windows color (decimal): -15706406 or 14308880. OLE color: 14308880.

HSL color Cylindrical-coordinate representation of color #1056DA: hue angle of 219.21º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1056DA is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 86 218 -
CMYK 0.93 0.61 0 0.15
HSL 219.21º 0.86% 0.46% -
HSV(B) 219.21º 0.93% 0.85% -
XYZ 16.2 11.83 67.76 -
YUV 80.12 205.81 82.27 -
System Red Green Blue C M Y K H S L
Decimal 16 86 218 0.93 0.61 0 0.15 219.21 0.86 0.46
Hex 10 56 DA 5D 3D 0 F DB 56 2E
Octal 20 126 332 135 75 0 17 333 126 56
Binary 10000 1010110 11011010 1011101 111101 0 1111 11011011 1010110 101110

Color Harmonies of #1056DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1056DA

Black with #1056DA

Text Example


Text Example

White with #1056DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1056DA; }

 p { color: rgb(16,86,218); }

 H1.HeaderClassName
 {
   color: #1056DA;
 }
 .AnyTagClassName
 {
   color: #1056DA;
 }
</style>

background-color css

<style>
 a { background-color: #1056DA; }

 a { background-color: rgb(16,86,218); }

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

border-color css

<style>
 span { border-color: #1056DA; }

 span { border-color: rgb(16,86,218); }

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