Html Css Color HEX #1955BE Denim

📋 copy color: '#1955BE'

red 25 ◦ green 85 ◦ blue 190

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

Shades of Denim #1955BE

Tints of Denim #1955BE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.33%

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

R = 8.33%
G = 28.33%
B = 63.33%

CMYK

 C value IS 0.87

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1955BE (or 0x1955BE) is known color: Denim. HEX triplet: 19, 55 and BE. RGB value is (25,85,190). Sum of RGB (Red+Green+Blue) = 25+85+190=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #1955BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1955BE is #E6AA41. Grayscale: #4E4E4E. Windows color (decimal): -15116866 or 12473625. OLE color: 12473625.

HSL color Cylindrical-coordinate representation of color #1955BE: hue angle of 218.18º 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 #1955BE is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 85 190 -
CMYK 0.87 0.55 0 0.25
HSL 218.18º 0.77% 0.42% -
HSV(B) 218.18º 0.87% 0.75% -
XYZ 12.94 10.42 50.04 -
YUV 79.03 190.62 89.46 -
System Red Green Blue C M Y K H S L
Decimal 25 85 190 0.87 0.55 0 0.25 218.18 0.77 0.42
Hex 19 55 BE 57 37 0 19 DA 4D 2A
Octal 31 125 276 127 67 0 31 332 115 52
Binary 11001 1010101 10111110 1010111 110111 0 11001 11011010 1001101 101010

Color Harmonies of #1955BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1955BE

Black with #1955BE

Text Example


Text Example

White with #1955BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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