Html Css Color HEX #1569DA Navy Blue

📋 copy color: '#1569DA'

red 21 ◦ green 105 ◦ blue 218

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

Shades of Navy Blue #1569DA

Tints of Navy Blue #1569DA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.52%

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

R = 6.1%
G = 30.52%
B = 63.37%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1569DA (or 0x1569DA) is known color: Navy Blue. HEX triplet: 15, 69 and DA. RGB value is (21,105,218). Sum of RGB (Red+Green+Blue) = 21+105+218=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #1569DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1569DA is #EA9625. Grayscale: #5C5C5C. Windows color (decimal): -15373862 or 14313749. OLE color: 14313749.

HSL color Cylindrical-coordinate representation of color #1569DA: hue angle of 214.42º 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 #1569DA is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 105 218 -
CMYK 0.90 0.52 0 0.15
HSL 214.42º 0.82% 0.47% -
HSV(B) 214.42º 0.9% 0.85% -
XYZ 18.02 15.32 68.34 -
YUV 92.77 198.67 76.81 -
System Red Green Blue C M Y K H S L
Decimal 21 105 218 0.90 0.52 0 0.15 214.42 0.82 0.47
Hex 15 69 DA 5A 34 0 F D6 52 2F
Octal 25 151 332 132 64 0 17 326 122 57
Binary 10101 1101001 11011010 1011010 110100 0 1111 11010110 1010010 101111

Color Harmonies of #1569DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1569DA

Black with #1569DA

Text Example


Text Example

White with #1569DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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