Html Css Color HEX #1569E0 Navy Blue

📋 copy color: '#1569E0'

red 21 ◦ green 105 ◦ blue 224

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

Shades of Navy Blue #1569E0

Tints of Navy Blue #1569E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 64%

R = 6%
G = 30%
B = 64%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1569E0 (or 0x1569E0) is known color: Navy Blue. HEX triplet: 15, 69 and E0. RGB value is (21,105,224). Sum of RGB (Red+Green+Blue) = 21+105+224=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 224 (87.89% from 255 or 64% from 350); Max value from RGB is 224 - color contains mainly: blue. Hex color #1569E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1569E0 is #EA961F. Grayscale: #5C5C5C. Windows color (decimal): -15373856 or 14706965. OLE color: 14706965.

HSL color Cylindrical-coordinate representation of color #1569E0: hue angle of 215.17º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1569E0 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 105 224 -
CMYK 0.91 0.53 0 0.12
HSL 215.17º 0.83% 0.48% -
HSV(B) 215.17º 0.91% 0.88% -
XYZ 18.82 15.64 72.55 -
YUV 93.45 201.67 76.32 -
System Red Green Blue C M Y K H S L
Decimal 21 105 224 0.91 0.53 0 0.12 215.17 0.83 0.48
Hex 15 69 E0 5B 35 0 C D7 53 30
Octal 25 151 340 133 65 0 14 327 123 60
Binary 10101 1101001 11100000 1011011 110101 0 1100 11010111 1010011 110000

Color Harmonies of #1569E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1569E0

Black with #1569E0

Text Example


Text Example

White with #1569E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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