Html Css Color HEX #195CC8 Denim

📋 copy color: '#195CC8'

red 25 ◦ green 92 ◦ blue 200

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

Shades of Denim #195CC8

Tints of Denim #195CC8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.02%

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

R = 7.89%
G = 29.02%
B = 63.09%

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

#195CC8 (or 0x195CC8) is known color: Denim. HEX triplet: 19, 5C and C8. RGB value is (25,92,200). Sum of RGB (Red+Green+Blue) = 25+92+200=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 200 (78.52% from 255 or 63.09% from 317); Max value from RGB is 200 - color contains mainly: blue. Hex color #195CC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195CC8 is #E6A337. Grayscale: #535353. Windows color (decimal): -15115064 or 13130777. OLE color: 13130777.

HSL color Cylindrical-coordinate representation of color #195CC8: hue angle of 217.03º 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 #195CC8 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 25 92 200 -
CMYK 0.88 0.54 0 0.22
HSL 217.03º 0.78% 0.44% -
HSV(B) 217.03º 0.88% 0.78% -
XYZ 14.65 12.03 56.19 -
YUV 84.28 193.3 85.72 -
System Red Green Blue C M Y K H S L
Decimal 25 92 200 0.88 0.54 0 0.22 217.03 0.78 0.44
Hex 19 5C C8 58 36 0 16 D9 4E 2C
Octal 31 134 310 130 66 0 26 331 116 54
Binary 11001 1011100 11001000 1011000 110110 0 10110 11011001 1001110 101100

Color Harmonies of #195CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195CC8

Black with #195CC8

Text Example


Text Example

White with #195CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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