Html Css Color HEX #1456EB Navy Blue

📋 copy color: '#1456EB'

red 20 ◦ green 86 ◦ blue 235

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

Shades of Navy Blue #1456EB

Tints of Navy Blue #1456EB

RGB

 RED value IS 20 (8.2% from 255) = 5.87%

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

 BLUE value IS 235 (92.19% from 255) = 68.91%

R = 5.87%
G = 25.22%
B = 68.91%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1456EB (or 0x1456EB) is known color: Navy Blue. HEX triplet: 14, 56 and EB. RGB value is (20,86,235). Sum of RGB (Red+Green+Blue) = 20+86+235=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #1456EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1456EB is #EBA914. Grayscale: #525252. Windows color (decimal): -15444245 or 15422996. OLE color: 15422996.

HSL color Cylindrical-coordinate representation of color #1456EB: hue angle of 221.58º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1456EB is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 86 235 -
CMYK 0.91 0.63 0 0.08
HSL 221.58º 0.84% 0.5% -
HSV(B) 221.58º 0.91% 0.92% -
XYZ 18.61 12.8 80.09 -
YUV 83.25 213.63 82.88 -
System Red Green Blue C M Y K H S L
Decimal 20 86 235 0.91 0.63 0 0.08 221.58 0.84 0.5
Hex 14 56 EB 5B 3F 0 8 DE 54 32
Octal 24 126 353 133 77 0 10 336 124 62
Binary 10100 1010110 11101011 1011011 111111 0 1000 11011110 1010100 110010

Color Harmonies of #1456EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1456EB

Black with #1456EB

Text Example


Text Example

White with #1456EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1456EB; }

 p { color: rgb(20,86,235); }

 H1.HeaderClassName
 {
   color: #1456EB;
 }
 .AnyTagClassName
 {
   color: #1456EB;
 }
</style>

background-color css

<style>
 a { background-color: #1456EB; }

 a { background-color: rgb(20,86,235); }

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

border-color css

<style>
 span { border-color: #1456EB; }

 span { border-color: rgb(20,86,235); }

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