Html Css Color HEX #195BC1 Denim

📋 copy color: '#195BC1'

red 25 ◦ green 91 ◦ blue 193

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

Shades of Denim #195BC1

Tints of Denim #195BC1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.45%

 BLUE value IS 193 (75.78% from 255) = 62.46%

R = 8.09%
G = 29.45%
B = 62.46%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#195BC1 (or 0x195BC1) is known color: Denim. HEX triplet: 19, 5B and C1. RGB value is (25,91,193). Sum of RGB (Red+Green+Blue) = 25+91+193=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 193 (75.78% from 255 or 62.46% from 309); Max value from RGB is 193 - color contains mainly: blue. Hex color #195BC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BC1 is #E6A43E. Grayscale: #525252. Windows color (decimal): -15115327 or 12671769. OLE color: 12671769.

HSL color Cylindrical-coordinate representation of color #195BC1: hue angle of 216.43º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #195BC1 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 25 91 193 -
CMYK 0.87 0.53 0 0.24
HSL 216.43º 0.77% 0.43% -
HSV(B) 216.43º 0.87% 0.76% -
XYZ 13.77 11.54 51.95 -
YUV 82.89 190.13 86.71 -
System Red Green Blue C M Y K H S L
Decimal 25 91 193 0.87 0.53 0 0.24 216.43 0.77 0.43
Hex 19 5B C1 57 35 0 18 D8 4D 2B
Octal 31 133 301 127 65 0 30 330 115 53
Binary 11001 1011011 11000001 1010111 110101 0 11000 11011000 1001101 101011

Color Harmonies of #195BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195BC1

Black with #195BC1

Text Example


Text Example

White with #195BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,91,193); }

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

background-color css

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

 a { background-color: rgb(25,91,193); }

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

border-color css

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

 span { border-color: rgb(25,91,193); }

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