Html Css Color HEX #1566EC Navy Blue

📋 copy color: '#1566EC'

red 21 ◦ green 102 ◦ blue 236

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

Shades of Navy Blue #1566EC

Tints of Navy Blue #1566EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 65.74%

R = 5.85%
G = 28.41%
B = 65.74%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1566EC (or 0x1566EC) is known color: Navy Blue. HEX triplet: 15, 66 and EC. RGB value is (21,102,236). Sum of RGB (Red+Green+Blue) = 21+102+236=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #1566EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1566EC is #EA9913. Grayscale: #5C5C5C. Windows color (decimal): -15374612 or 15492629. OLE color: 15492629.

HSL color Cylindrical-coordinate representation of color #1566EC: hue angle of 217.4º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1566EC is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 102 236 -
CMYK 0.91 0.57 0 0.07
HSL 217.4º 0.85% 0.5% -
HSV(B) 217.4º 0.91% 0.93% -
XYZ 20.2 15.72 81.33 -
YUV 93.06 208.66 76.6 -
System Red Green Blue C M Y K H S L
Decimal 21 102 236 0.91 0.57 0 0.07 217.4 0.85 0.5
Hex 15 66 EC 5B 39 0 7 D9 55 32
Octal 25 146 354 133 71 0 7 331 125 62
Binary 10101 1100110 11101100 1011011 111001 0 111 11011001 1010101 110010

Color Harmonies of #1566EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1566EC

Black with #1566EC

Text Example


Text Example

White with #1566EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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