Html Css Color HEX #1562F0 Navy Blue

📋 copy color: '#1562F0'

red 21 ◦ green 98 ◦ blue 240

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

Shades of Navy Blue #1562F0

Tints of Navy Blue #1562F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 66.85%

R = 5.85%
G = 27.3%
B = 66.85%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1562F0 (or 0x1562F0) is known color: Navy Blue. HEX triplet: 15, 62 and F0. RGB value is (21,98,240). Sum of RGB (Red+Green+Blue) = 21+98+240=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 240 (94.14% from 255 or 66.85% from 359); Max value from RGB is 240 - color contains mainly: blue. Hex color #1562F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1562F0 is #EA9D0F. Grayscale: #5A5A5A. Windows color (decimal): -15375632 or 15753749. OLE color: 15753749.

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

Color convert

RGB 21 98 240 -
CMYK 0.91 0.59 0 0.06
HSL 218.9º 0.88% 0.51% -
HSV(B) 218.9º 0.91% 0.94% -
XYZ 20.41 15.19 84.29 -
YUV 91.17 211.99 77.95 -
System Red Green Blue C M Y K H S L
Decimal 21 98 240 0.91 0.59 0 0.06 218.9 0.88 0.51
Hex 15 62 F0 5B 3B 0 6 DB 58 33
Octal 25 142 360 133 73 0 6 333 130 63
Binary 10101 1100010 11110000 1011011 111011 0 110 11011011 1011000 110011

Color Harmonies of #1562F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1562F0

Black with #1562F0

Text Example


Text Example

White with #1562F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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