Html Css Color HEX #1562F1 Navy Blue

📋 copy color: '#1562F1'

red 21 ◦ green 98 ◦ blue 241

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

Shades of Navy Blue #1562F1

Tints of Navy Blue #1562F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 66.94%

R = 5.83%
G = 27.22%
B = 66.94%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1562F1 (or 0x1562F1) is known color: Navy Blue. HEX triplet: 15, 62 and F1. RGB value is (21,98,241). Sum of RGB (Red+Green+Blue) = 21+98+241=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 241 (94.53% from 255 or 66.94% from 360); Max value from RGB is 241 - color contains mainly: blue. Hex color #1562F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1562F1 is #EA9D0E. Grayscale: #5A5A5A. Windows color (decimal): -15375631 or 15819285. OLE color: 15819285.

HSL color Cylindrical-coordinate representation of color #1562F1: hue angle of 219º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1562F1 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 98 241 -
CMYK 0.91 0.59 0 0.05
HSL 219º 0.89% 0.51% -
HSV(B) 219º 0.91% 0.95% -
XYZ 20.55 15.25 85.08 -
YUV 91.28 212.49 77.87 -
System Red Green Blue C M Y K H S L
Decimal 21 98 241 0.91 0.59 0 0.05 219 0.89 0.51
Hex 15 62 F1 5B 3B 0 5 DB 59 33
Octal 25 142 361 133 73 0 5 333 131 63
Binary 10101 1100010 11110001 1011011 111011 0 101 11011011 1011001 110011

Color Harmonies of #1562F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1562F1

Black with #1562F1

Text Example


Text Example

White with #1562F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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