Html Css Color HEX #1566DA Navy Blue

📋 copy color: '#1566DA'

red 21 ◦ green 102 ◦ blue 218

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

Shades of Navy Blue #1566DA

Tints of Navy Blue #1566DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.93%

R = 6.16%
G = 29.91%
B = 63.93%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1566DA (or 0x1566DA) is known color: Navy Blue. HEX triplet: 15, 66 and DA. RGB value is (21,102,218). Sum of RGB (Red+Green+Blue) = 21+102+218=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #1566DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1566DA is #EA9925. Grayscale: #5A5A5A. Windows color (decimal): -15374630 or 14312981. OLE color: 14312981.

HSL color Cylindrical-coordinate representation of color #1566DA: hue angle of 215.33º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1566DA is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 102 218 -
CMYK 0.90 0.53 0 0.15
HSL 215.33º 0.82% 0.47% -
HSV(B) 215.33º 0.9% 0.85% -
XYZ 17.72 14.72 68.24 -
YUV 91.01 199.66 78.07 -
System Red Green Blue C M Y K H S L
Decimal 21 102 218 0.90 0.53 0 0.15 215.33 0.82 0.47
Hex 15 66 DA 5A 35 0 F D7 52 2F
Octal 25 146 332 132 65 0 17 327 122 57
Binary 10101 1100110 11011010 1011010 110101 0 1111 11010111 1010010 101111

Color Harmonies of #1566DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1566DA

Black with #1566DA

Text Example


Text Example

White with #1566DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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