Html Css Color HEX #195BC8 Denim

📋 copy color: '#195BC8'

red 25 ◦ green 91 ◦ blue 200

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

Shades of Denim #195BC8

Tints of Denim #195BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 63.29%

R = 7.91%
G = 28.8%
B = 63.29%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#195BC8 (or 0x195BC8) is known color: Denim. HEX triplet: 19, 5B and C8. RGB value is (25,91,200). Sum of RGB (Red+Green+Blue) = 25+91+200=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 200 (78.52% from 255 or 63.29% from 316); Max value from RGB is 200 - color contains mainly: blue. Hex color #195BC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BC8 is #E6A437. Grayscale: #535353. Windows color (decimal): -15115320 or 13130521. OLE color: 13130521.

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

Color convert

RGB 25 91 200 -
CMYK 0.88 0.54 0 0.22
HSL 217.37º 0.78% 0.44% -
HSV(B) 217.37º 0.88% 0.78% -
XYZ 14.57 11.86 56.16 -
YUV 83.69 193.63 86.14 -
System Red Green Blue C M Y K H S L
Decimal 25 91 200 0.88 0.54 0 0.22 217.37 0.78 0.44
Hex 19 5B C8 58 36 0 16 D9 4E 2C
Octal 31 133 310 130 66 0 26 331 116 54
Binary 11001 1011011 11001000 1011000 110110 0 10110 11011001 1001110 101100

Color Harmonies of #195BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195BC8

Black with #195BC8

Text Example


Text Example

White with #195BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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