Html Css Color HEX #1456EA Navy Blue

📋 copy color: '#1456EA'

red 20 ◦ green 86 ◦ blue 234

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

Shades of Navy Blue #1456EA

Tints of Navy Blue #1456EA

RGB

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

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

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

R = 5.88%
G = 25.29%
B = 68.82%

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

#1456EA (or 0x1456EA) is known color: Navy Blue. HEX triplet: 14, 56 and EA. RGB value is (20,86,234). Sum of RGB (Red+Green+Blue) = 20+86+234=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 234 (91.80% from 255 or 68.82% from 340); Max value from RGB is 234 - color contains mainly: blue. Hex color #1456EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1456EA is #EBA915. Grayscale: #525252. Windows color (decimal): -15444246 or 15357460. OLE color: 15357460.

HSL color Cylindrical-coordinate representation of color #1456EA: hue angle of 221.5º 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 #1456EA is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 86 234 -
CMYK 0.91 0.63 0 0.08
HSL 221.5º 0.84% 0.5% -
HSV(B) 221.5º 0.91% 0.92% -
XYZ 18.47 12.74 79.33 -
YUV 83.14 213.13 82.97 -
System Red Green Blue C M Y K H S L
Decimal 20 86 234 0.91 0.63 0 0.08 221.5 0.84 0.5
Hex 14 56 EA 5B 3F 0 8 DD 54 32
Octal 24 126 352 133 77 0 10 335 124 62
Binary 10100 1010110 11101010 1011011 111111 0 1000 11011101 1010100 110010

Color Harmonies of #1456EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1456EA

Black with #1456EA

Text Example


Text Example

White with #1456EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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