Html Css Color HEX #195ABF Denim

📋 copy color: '#195ABF'

red 25 ◦ green 90 ◦ blue 191

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

Shades of Denim #195ABF

Tints of Denim #195ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.41%

 BLUE value IS 191 (75% from 255) = 62.42%

R = 8.17%
G = 29.41%
B = 62.42%

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

#195ABF (or 0x195ABF) is known color: Denim. HEX triplet: 19, 5A and BF. RGB value is (25,90,191). Sum of RGB (Red+Green+Blue) = 25+90+191=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #195ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195ABF is #E6A540. Grayscale: #515151. Windows color (decimal): -15115585 or 12540441. OLE color: 12540441.

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

Color convert

RGB 25 90 191 -
CMYK 0.87 0.53 0 0.25
HSL 216.51º 0.77% 0.42% -
HSV(B) 216.51º 0.87% 0.75% -
XYZ 13.46 11.28 50.76 -
YUV 82.08 189.47 87.29 -
System Red Green Blue C M Y K H S L
Decimal 25 90 191 0.87 0.53 0 0.25 216.51 0.77 0.42
Hex 19 5A BF 57 35 0 19 D9 4D 2A
Octal 31 132 277 127 65 0 31 331 115 52
Binary 11001 1011010 10111111 1010111 110101 0 11001 11011001 1001101 101010

Color Harmonies of #195ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195ABF

Black with #195ABF

Text Example


Text Example

White with #195ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195ABF; }

 p { color: rgb(25,90,191); }

 H1.HeaderClassName
 {
   color: #195ABF;
 }
 .AnyTagClassName
 {
   color: #195ABF;
 }
</style>

background-color css

<style>
 a { background-color: #195ABF; }

 a { background-color: rgb(25,90,191); }

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

border-color css

<style>
 span { border-color: #195ABF; }

 span { border-color: rgb(25,90,191); }

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