Html Css Color HEX #1957AB Denim

📋 copy color: '#1957AB'

red 25 ◦ green 87 ◦ blue 171

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

Shades of Denim #1957AB

Tints of Denim #1957AB

RGB

 RED value IS 25 (10.16% from 255) = 8.83%

 GREEN value IS 87 (34.38% from 255) = 30.74%

 BLUE value IS 171 (67.19% from 255) = 60.42%

R = 8.83%
G = 30.74%
B = 60.42%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1957AB (or 0x1957AB) is known color: Denim. HEX triplet: 19, 57 and AB. RGB value is (25,87,171). Sum of RGB (Red+Green+Blue) = 25+87+171=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #1957AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1957AB is #E6A854. Grayscale: #4D4D4D. Windows color (decimal): -15116373 or 11228953. OLE color: 11228953.

HSL color Cylindrical-coordinate representation of color #1957AB: hue angle of 214.52º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1957AB is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 87 171 -
CMYK 0.85 0.49 0 0.33
HSL 214.52º 0.74% 0.38% -
HSV(B) 214.52º 0.85% 0.67% -
XYZ 11.16 9.96 39.86 -
YUV 78.04 180.46 90.17 -
System Red Green Blue C M Y K H S L
Decimal 25 87 171 0.85 0.49 0 0.33 214.52 0.74 0.38
Hex 19 57 AB 55 31 0 21 D7 4A 26
Octal 31 127 253 125 61 0 41 327 112 46
Binary 11001 1010111 10101011 1010101 110001 0 100001 11010111 1001010 100110

Color Harmonies of #1957AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1957AB

Black with #1957AB

Text Example


Text Example

White with #1957AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1957AB; }

 p { color: rgb(25,87,171); }

 H1.HeaderClassName
 {
   color: #1957AB;
 }
 .AnyTagClassName
 {
   color: #1957AB;
 }
</style>

background-color css

<style>
 a { background-color: #1957AB; }

 a { background-color: rgb(25,87,171); }

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

border-color css

<style>
 span { border-color: #1957AB; }

 span { border-color: rgb(25,87,171); }

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