Html Css Color HEX #1559ED Navy Blue

📋 copy color: '#1559ED'

red 21 ◦ green 89 ◦ blue 237

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

Shades of Navy Blue #1559ED

Tints of Navy Blue #1559ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 68.3%

R = 6.05%
G = 25.65%
B = 68.3%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1559ED (or 0x1559ED) is known color: Navy Blue. HEX triplet: 15, 59 and ED. RGB value is (21,89,237). Sum of RGB (Red+Green+Blue) = 21+89+237=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #1559ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1559ED is #EAA612. Grayscale: #545454. Windows color (decimal): -15377939 or 15554837. OLE color: 15554837.

HSL color Cylindrical-coordinate representation of color #1559ED: hue angle of 221.11º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1559ED is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 89 237 -
CMYK 0.91 0.62 0 0.07
HSL 221.11º 0.86% 0.51% -
HSV(B) 221.11º 0.91% 0.93% -
XYZ 19.17 13.42 81.7 -
YUV 85.54 213.47 81.97 -
System Red Green Blue C M Y K H S L
Decimal 21 89 237 0.91 0.62 0 0.07 221.11 0.86 0.51
Hex 15 59 ED 5B 3E 0 7 DD 56 33
Octal 25 131 355 133 76 0 7 335 126 63
Binary 10101 1011001 11101101 1011011 111110 0 111 11011101 1010110 110011

Color Harmonies of #1559ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1559ED

Black with #1559ED

Text Example


Text Example

White with #1559ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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