Html Css Color HEX #1056FF Navy Blue

📋 copy color: '#1056FF'

red 16 ◦ green 86 ◦ blue 255

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

Shades of Navy Blue #1056FF

Tints of Navy Blue #1056FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.43%

R = 4.48%
G = 24.09%
B = 71.43%

CMYK

 C value IS 0.94

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1056FF (or 0x1056FF) is known color: Navy Blue. HEX triplet: 10, 56 and FF. RGB value is (16,86,255). Sum of RGB (Red+Green+Blue) = 16+86+255=357 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.48% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #1056FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1056FF is #EFA900. Grayscale: #535353. Windows color (decimal): -15706369 or 16733712. OLE color: 16733712.

HSL color Cylindrical-coordinate representation of color #1056FF: hue angle of 222.43º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1056FF is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 16 86 255 -
CMYK 0.94 0.66 0 0
HSL 222.43º 1% 0.53% -
HSV(B) 222.43º 0.94% 1% -
XYZ 21.59 13.99 96.17 -
YUV 84.34 224.31 79.26 -
System Red Green Blue C M Y K H S L
Decimal 16 86 255 0.94 0.66 0 0 222.43 1 0.53
Hex 10 56 FF 5E 42 0 0 DE 64 35
Octal 20 126 377 136 102 0 0 336 144 65
Binary 10000 1010110 11111111 1011110 1000010 0 0 11011110 1100100 110101

Color Harmonies of #1056FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1056FF

Black with #1056FF

Text Example


Text Example

White with #1056FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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