Html Css Color HEX #1566F1 Navy Blue

📋 copy color: '#1566F1'

red 21 ◦ green 102 ◦ blue 241

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

Shades of Navy Blue #1566F1

Tints of Navy Blue #1566F1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.02%

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

R = 5.77%
G = 28.02%
B = 66.21%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1566F1 (or 0x1566F1) is known color: Navy Blue. HEX triplet: 15, 66 and F1. RGB value is (21,102,241). Sum of RGB (Red+Green+Blue) = 21+102+241=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 241 (94.53% from 255 or 66.21% from 364); Max value from RGB is 241 - color contains mainly: blue. Hex color #1566F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1566F1 is #EA990E. Grayscale: #5C5C5C. Windows color (decimal): -15374607 or 15820309. OLE color: 15820309.

HSL color Cylindrical-coordinate representation of color #1566F1: hue angle of 217.91º 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 #1566F1 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 102 241 -
CMYK 0.91 0.58 0 0.05
HSL 217.91º 0.89% 0.51% -
HSV(B) 217.91º 0.91% 0.95% -
XYZ 20.94 16.01 85.21 -
YUV 93.63 211.16 76.2 -
System Red Green Blue C M Y K H S L
Decimal 21 102 241 0.91 0.58 0 0.05 217.91 0.89 0.51
Hex 15 66 F1 5B 3A 0 5 DA 59 33
Octal 25 146 361 133 72 0 5 332 131 63
Binary 10101 1100110 11110001 1011011 111010 0 101 11011010 1011001 110011

Color Harmonies of #1566F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1566F1

Black with #1566F1

Text Example


Text Example

White with #1566F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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