Html Css Color HEX #1562ED Navy Blue

📋 copy color: '#1562ED'

red 21 ◦ green 98 ◦ blue 237

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

Shades of Navy Blue #1562ED

Tints of Navy Blue #1562ED

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.53%

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

R = 5.9%
G = 27.53%
B = 66.57%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1562ED (or 0x1562ED) is known color: Navy Blue. HEX triplet: 15, 62 and ED. RGB value is (21,98,237). Sum of RGB (Red+Green+Blue) = 21+98+237=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #1562ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1562ED is #EA9D12. Grayscale: #5A5A5A. Windows color (decimal): -15375635 or 15557141. OLE color: 15557141.

HSL color Cylindrical-coordinate representation of color #1562ED: hue angle of 218.61º 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 #1562ED is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 98 237 -
CMYK 0.91 0.59 0 0.07
HSL 218.61º 0.86% 0.51% -
HSV(B) 218.61º 0.91% 0.93% -
XYZ 19.96 15.01 81.97 -
YUV 90.82 210.49 78.2 -
System Red Green Blue C M Y K H S L
Decimal 21 98 237 0.91 0.59 0 0.07 218.61 0.86 0.51
Hex 15 62 ED 5B 3B 0 7 DB 56 33
Octal 25 142 355 133 73 0 7 333 126 63
Binary 10101 1100010 11101101 1011011 111011 0 111 11011011 1010110 110011

Color Harmonies of #1562ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1562ED

Black with #1562ED

Text Example


Text Example

White with #1562ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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