Html Css Color HEX #195BC6 Denim

📋 copy color: '#195BC6'

red 25 ◦ green 91 ◦ blue 198

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

Shades of Denim #195BC6

Tints of Denim #195BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 63.06%

R = 7.96%
G = 28.98%
B = 63.06%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#195BC6 (or 0x195BC6) is known color: Denim. HEX triplet: 19, 5B and C6. RGB value is (25,91,198). Sum of RGB (Red+Green+Blue) = 25+91+198=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 198 (77.73% from 255 or 63.06% from 314); Max value from RGB is 198 - color contains mainly: blue. Hex color #195BC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BC6 is #E6A439. Grayscale: #525252. Windows color (decimal): -15115322 or 12999449. OLE color: 12999449.

HSL color Cylindrical-coordinate representation of color #195BC6: hue angle of 217.11º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #195BC6 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 25 91 198 -
CMYK 0.87 0.54 0 0.22
HSL 217.11º 0.78% 0.44% -
HSV(B) 217.11º 0.87% 0.78% -
XYZ 14.34 11.77 54.94 -
YUV 83.46 192.63 86.3 -
System Red Green Blue C M Y K H S L
Decimal 25 91 198 0.87 0.54 0 0.22 217.11 0.78 0.44
Hex 19 5B C6 57 36 0 16 D9 4E 2C
Octal 31 133 306 127 66 0 26 331 116 54
Binary 11001 1011011 11000110 1010111 110110 0 10110 11011001 1001110 101100

Color Harmonies of #195BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195BC6

Black with #195BC6

Text Example


Text Example

White with #195BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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