Html Css Color HEX #1561BD Denim

📋 copy color: '#1561BD'

red 21 ◦ green 97 ◦ blue 189

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

Shades of Denim #1561BD

Tints of Denim #1561BD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.6%

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

R = 6.84%
G = 31.6%
B = 61.56%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1561BD (or 0x1561BD) is known color: Denim. HEX triplet: 15, 61 and BD. RGB value is (21,97,189). Sum of RGB (Red+Green+Blue) = 21+97+189=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #1561BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1561BD is #EA9E42. Grayscale: #545454. Windows color (decimal): -15375939 or 12411157. OLE color: 12411157.

HSL color Cylindrical-coordinate representation of color #1561BD: hue angle of 212.86º 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 #1561BD is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 97 189 -
CMYK 0.89 0.49 0 0.26
HSL 212.86º 0.8% 0.41% -
HSV(B) 212.86º 0.89% 0.74% -
XYZ 13.77 12.38 49.81 -
YUV 84.76 186.82 82.52 -
System Red Green Blue C M Y K H S L
Decimal 21 97 189 0.89 0.49 0 0.26 212.86 0.8 0.41
Hex 15 61 BD 59 31 0 1A D5 50 29
Octal 25 141 275 131 61 0 32 325 120 51
Binary 10101 1100001 10111101 1011001 110001 0 11010 11010101 1010000 101001

Color Harmonies of #1561BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1561BD

Black with #1561BD

Text Example


Text Example

White with #1561BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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