Html Css Color HEX #195BC0 Denim

📋 copy color: '#195BC0'

red 25 ◦ green 91 ◦ blue 192

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

Shades of Denim #195BC0

Tints of Denim #195BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 62.34%

R = 8.12%
G = 29.55%
B = 62.34%

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

#195BC0 (or 0x195BC0) is known color: Denim. HEX triplet: 19, 5B and C0. RGB value is (25,91,192). Sum of RGB (Red+Green+Blue) = 25+91+192=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #195BC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BC0 is #E6A43F. Grayscale: #525252. Windows color (decimal): -15115328 or 12606233. OLE color: 12606233.

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

Color convert

RGB 25 91 192 -
CMYK 0.87 0.53 0 0.25
HSL 216.29º 0.77% 0.43% -
HSV(B) 216.29º 0.87% 0.75% -
XYZ 13.66 11.49 51.37 -
YUV 82.78 189.63 86.79 -
System Red Green Blue C M Y K H S L
Decimal 25 91 192 0.87 0.53 0 0.25 216.29 0.77 0.43
Hex 19 5B C0 57 35 0 19 D8 4D 2B
Octal 31 133 300 127 65 0 31 330 115 53
Binary 11001 1011011 11000000 1010111 110101 0 11001 11011000 1001101 101011

Color Harmonies of #195BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195BC0

Black with #195BC0

Text Example


Text Example

White with #195BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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