Html Css Color HEX #1957BA Denim

📋 copy color: '#1957BA'

red 25 ◦ green 87 ◦ blue 186

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

Shades of Denim #1957BA

Tints of Denim #1957BA

RGB

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

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

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

R = 8.39%
G = 29.19%
B = 62.42%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1957BA (or 0x1957BA) is known color: Denim. HEX triplet: 19, 57 and BA. RGB value is (25,87,186). Sum of RGB (Red+Green+Blue) = 25+87+186=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #1957BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1957BA is #E6A845. Grayscale: #4F4F4F. Windows color (decimal): -15116358 or 12211993. OLE color: 12211993.

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

Color convert

RGB 25 87 186 -
CMYK 0.87 0.53 0 0.27
HSL 216.89º 0.76% 0.41% -
HSV(B) 216.89º 0.87% 0.73% -
XYZ 12.67 10.57 47.83 -
YUV 79.75 187.96 88.95 -
System Red Green Blue C M Y K H S L
Decimal 25 87 186 0.87 0.53 0 0.27 216.89 0.76 0.41
Hex 19 57 BA 57 35 0 1B D9 4C 29
Octal 31 127 272 127 65 0 33 331 114 51
Binary 11001 1010111 10111010 1010111 110101 0 11011 11011001 1001100 101001

Color Harmonies of #1957BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1957BA

Black with #1957BA

Text Example


Text Example

White with #1957BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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