Html Css Color HEX #1569BD Denim

📋 copy color: '#1569BD'

red 21 ◦ green 105 ◦ blue 189

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

Shades of Denim #1569BD

Tints of Denim #1569BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60%

R = 6.67%
G = 33.33%
B = 60%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1569BD (or 0x1569BD) is known color: Denim. HEX triplet: 15, 69 and BD. RGB value is (21,105,189). Sum of RGB (Red+Green+Blue) = 21+105+189=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #1569BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1569BD is #EA9642. Grayscale: #595959. Windows color (decimal): -15373891 or 12413205. OLE color: 12413205.

HSL color Cylindrical-coordinate representation of color #1569BD: hue angle of 210º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1569BD is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 105 189 -
CMYK 0.89 0.44 0 0.26
HSL 210º 0.8% 0.41% -
HSV(B) 210º 0.89% 0.74% -
XYZ 14.55 13.94 50.07 -
YUV 89.46 184.17 79.17 -
System Red Green Blue C M Y K H S L
Decimal 21 105 189 0.89 0.44 0 0.26 210 0.8 0.41
Hex 15 69 BD 59 2C 0 1A D2 50 29
Octal 25 151 275 131 54 0 32 322 120 51
Binary 10101 1101001 10111101 1011001 101100 0 11010 11010010 1010000 101001

Color Harmonies of #1569BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1569BD

Black with #1569BD

Text Example


Text Example

White with #1569BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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