Html Css Color HEX #1959BE Denim

📋 copy color: '#1959BE'

red 25 ◦ green 89 ◦ blue 190

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

Shades of Denim #1959BE

Tints of Denim #1959BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.5%

R = 8.22%
G = 29.28%
B = 62.5%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1959BE (or 0x1959BE) is known color: Denim. HEX triplet: 19, 59 and BE. RGB value is (25,89,190). Sum of RGB (Red+Green+Blue) = 25+89+190=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #1959BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1959BE is #E6A641. Grayscale: #505050. Windows color (decimal): -15115842 or 12474649. OLE color: 12474649.

HSL color Cylindrical-coordinate representation of color #1959BE: hue angle of 216.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1959BE is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 89 190 -
CMYK 0.87 0.53 0 0.25
HSL 216.73º 0.77% 0.42% -
HSV(B) 216.73º 0.87% 0.75% -
XYZ 13.27 11.07 50.15 -
YUV 81.38 189.3 87.79 -
System Red Green Blue C M Y K H S L
Decimal 25 89 190 0.87 0.53 0 0.25 216.73 0.77 0.42
Hex 19 59 BE 57 35 0 19 D9 4D 2A
Octal 31 131 276 127 65 0 31 331 115 52
Binary 11001 1011001 10111110 1010111 110101 0 11001 11011001 1001101 101010

Color Harmonies of #1959BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1959BE

Black with #1959BE

Text Example


Text Example

White with #1959BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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