Html Css Color HEX #1056EA Navy Blue

📋 copy color: '#1056EA'

red 16 ◦ green 86 ◦ blue 234

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

Shades of Navy Blue #1056EA

Tints of Navy Blue #1056EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 69.64%

R = 4.76%
G = 25.6%
B = 69.64%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1056EA (or 0x1056EA) is known color: Navy Blue. HEX triplet: 10, 56 and EA. RGB value is (16,86,234). Sum of RGB (Red+Green+Blue) = 16+86+234=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #1056EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1056EA is #EFA915. Grayscale: #515151. Windows color (decimal): -15706390 or 15357456. OLE color: 15357456.

HSL color Cylindrical-coordinate representation of color #1056EA: hue angle of 220.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1056EA is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 16 86 234 -
CMYK 0.93 0.63 0 0.08
HSL 220.73º 0.87% 0.49% -
HSV(B) 220.73º 0.93% 0.92% -
XYZ 18.39 12.71 79.33 -
YUV 81.94 213.81 80.97 -
System Red Green Blue C M Y K H S L
Decimal 16 86 234 0.93 0.63 0 0.08 220.73 0.87 0.49
Hex 10 56 EA 5D 3F 0 8 DD 57 31
Octal 20 126 352 135 77 0 10 335 127 61
Binary 10000 1010110 11101010 1011101 111111 0 1000 11011101 1010111 110001

Color Harmonies of #1056EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1056EA

Black with #1056EA

Text Example


Text Example

White with #1056EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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