Html Css Color HEX #1561BA Denim

📋 copy color: '#1561BA'

red 21 ◦ green 97 ◦ blue 186

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

Shades of Denim #1561BA

Tints of Denim #1561BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.18%

R = 6.91%
G = 31.91%
B = 61.18%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1561BA (or 0x1561BA) is known color: Denim. HEX triplet: 15, 61 and BA. RGB value is (21,97,186). Sum of RGB (Red+Green+Blue) = 21+97+186=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #1561BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1561BA is #EA9E45. Grayscale: #535353. Windows color (decimal): -15375942 or 12214549. OLE color: 12214549.

HSL color Cylindrical-coordinate representation of color #1561BA: hue angle of 212.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1561BA is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 97 186 -
CMYK 0.89 0.48 0 0.27
HSL 212.36º 0.8% 0.41% -
HSV(B) 212.36º 0.89% 0.73% -
XYZ 13.45 12.25 48.11 -
YUV 84.42 185.32 82.76 -
System Red Green Blue C M Y K H S L
Decimal 21 97 186 0.89 0.48 0 0.27 212.36 0.8 0.41
Hex 15 61 BA 59 30 0 1B D4 50 29
Octal 25 141 272 131 60 0 33 324 120 51
Binary 10101 1100001 10111010 1011001 110000 0 11011 11010100 1010000 101001

Color Harmonies of #1561BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1561BA

Black with #1561BA

Text Example


Text Example

White with #1561BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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