Html Css Color HEX #1056EF Navy Blue

📋 copy color: '#1056EF'

red 16 ◦ green 86 ◦ blue 239

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

Shades of Navy Blue #1056EF

Tints of Navy Blue #1056EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.09%

R = 4.69%
G = 25.22%
B = 70.09%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1056EF (or 0x1056EF) is known color: Navy Blue. HEX triplet: 10, 56 and EF. RGB value is (16,86,239). Sum of RGB (Red+Green+Blue) = 16+86+239=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #1056EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1056EF is #EFA910. Grayscale: #515151. Windows color (decimal): -15706385 or 15685136. OLE color: 15685136.

HSL color Cylindrical-coordinate representation of color #1056EF: hue angle of 221.17º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1056EF is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 86 239 -
CMYK 0.93 0.64 0 0.06
HSL 221.17º 0.87% 0.5% -
HSV(B) 221.17º 0.93% 0.94% -
XYZ 19.12 13 83.16 -
YUV 82.51 216.31 80.56 -
System Red Green Blue C M Y K H S L
Decimal 16 86 239 0.93 0.64 0 0.06 221.17 0.87 0.5
Hex 10 56 EF 5D 40 0 6 DD 57 32
Octal 20 126 357 135 100 0 6 335 127 62
Binary 10000 1010110 11101111 1011101 1000000 0 110 11011101 1010111 110010

Color Harmonies of #1056EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1056EF

Black with #1056EF

Text Example


Text Example

White with #1056EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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