Html Css Color HEX #1056DF Navy Blue

📋 copy color: '#1056DF'

red 16 ◦ green 86 ◦ blue 223

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

Shades of Navy Blue #1056DF

Tints of Navy Blue #1056DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.62%

R = 4.92%
G = 26.46%
B = 68.62%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1056DF (or 0x1056DF) is known color: Navy Blue. HEX triplet: 10, 56 and DF. RGB value is (16,86,223). Sum of RGB (Red+Green+Blue) = 16+86+223=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #1056DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1056DF is #EFA920. Grayscale: #505050. Windows color (decimal): -15706401 or 14636560. OLE color: 14636560.

HSL color Cylindrical-coordinate representation of color #1056DF: hue angle of 219.71º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1056DF is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 86 223 -
CMYK 0.93 0.61 0 0.13
HSL 219.71º 0.87% 0.47% -
HSV(B) 219.71º 0.93% 0.87% -
XYZ 16.86 12.09 71.26 -
YUV 80.69 208.31 81.86 -
System Red Green Blue C M Y K H S L
Decimal 16 86 223 0.93 0.61 0 0.13 219.71 0.87 0.47
Hex 10 56 DF 5D 3D 0 D DC 57 2F
Octal 20 126 337 135 75 0 15 334 127 57
Binary 10000 1010110 11011111 1011101 111101 0 1101 11011100 1010111 101111

Color Harmonies of #1056DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1056DF

Black with #1056DF

Text Example


Text Example

White with #1056DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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