Html Css Color HEX #1959BA Denim

📋 copy color: '#1959BA'

red 25 ◦ green 89 ◦ blue 186

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

Shades of Denim #1959BA

Tints of Denim #1959BA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.67%

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

R = 8.33%
G = 29.67%
B = 62%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1959BA (or 0x1959BA) is known color: Denim. HEX triplet: 19, 59 and BA. RGB value is (25,89,186). Sum of RGB (Red+Green+Blue) = 25+89+186=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #1959BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1959BA is #E6A645. Grayscale: #505050. Windows color (decimal): -15115846 or 12212505. OLE color: 12212505.

HSL color Cylindrical-coordinate representation of color #1959BA: hue angle of 216.15º 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 #1959BA is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 89 186 -
CMYK 0.87 0.52 0 0.27
HSL 216.15º 0.76% 0.41% -
HSV(B) 216.15º 0.87% 0.73% -
XYZ 12.84 10.9 47.88 -
YUV 80.92 187.3 88.11 -
System Red Green Blue C M Y K H S L
Decimal 25 89 186 0.87 0.52 0 0.27 216.15 0.76 0.41
Hex 19 59 BA 57 34 0 1B D8 4C 29
Octal 31 131 272 127 64 0 33 330 114 51
Binary 11001 1011001 10111010 1010111 110100 0 11011 11011000 1001100 101001

Color Harmonies of #1959BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1959BA

Black with #1959BA

Text Example


Text Example

White with #1959BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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