Html Css Color HEX #1559EF Navy Blue

📋 copy color: '#1559EF'

red 21 ◦ green 89 ◦ blue 239

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

Shades of Navy Blue #1559EF

Tints of Navy Blue #1559EF

RGB

 RED value IS 21 (8.59% from 255) = 6.02%

 GREEN value IS 89 (35.16% from 255) = 25.5%

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

R = 6.02%
G = 25.5%
B = 68.48%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1559EF (or 0x1559EF) is known color: Navy Blue. HEX triplet: 15, 59 and EF. RGB value is (21,89,239). Sum of RGB (Red+Green+Blue) = 21+89+239=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 239 (93.75% from 255 or 68.48% from 349); Max value from RGB is 239 - color contains mainly: blue. Hex color #1559EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1559EF is #EAA610. Grayscale: #555555. Windows color (decimal): -15377937 or 15685909. OLE color: 15685909.

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

Color convert

RGB 21 89 239 -
CMYK 0.91 0.63 0 0.06
HSL 221.28º 0.87% 0.51% -
HSV(B) 221.28º 0.91% 0.94% -
XYZ 19.46 13.54 83.25 -
YUV 85.77 214.47 81.8 -
System Red Green Blue C M Y K H S L
Decimal 21 89 239 0.91 0.63 0 0.06 221.28 0.87 0.51
Hex 15 59 EF 5B 3F 0 6 DD 57 33
Octal 25 131 357 133 77 0 6 335 127 63
Binary 10101 1011001 11101111 1011011 111111 0 110 11011101 1010111 110011

Color Harmonies of #1559EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1559EF

Black with #1559EF

Text Example


Text Example

White with #1559EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,89,239); }

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

background-color css

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

 a { background-color: rgb(21,89,239); }

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

border-color css

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

 span { border-color: rgb(21,89,239); }

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