Html Css Color HEX #195CB8 Denim

📋 copy color: '#195CB8'

red 25 ◦ green 92 ◦ blue 184

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

Shades of Denim #195CB8

Tints of Denim #195CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 61.13%

R = 8.31%
G = 30.56%
B = 61.13%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#195CB8 (or 0x195CB8) is known color: Denim. HEX triplet: 19, 5C and B8. RGB value is (25,92,184). Sum of RGB (Red+Green+Blue) = 25+92+184=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 184 (72.27% from 255 or 61.13% from 301); Max value from RGB is 184 - color contains mainly: blue. Hex color #195CB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195CB8 is #E6A347. Grayscale: #525252. Windows color (decimal): -15115080 or 12082201. OLE color: 12082201.

HSL color Cylindrical-coordinate representation of color #195CB8: hue angle of 214.72º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #195CB8 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 25 92 184 -
CMYK 0.86 0.50 0 0.28
HSL 214.72º 0.76% 0.41% -
HSV(B) 214.72º 0.86% 0.72% -
XYZ 12.88 11.32 46.85 -
YUV 82.46 185.3 87.02 -
System Red Green Blue C M Y K H S L
Decimal 25 92 184 0.86 0.50 0 0.28 214.72 0.76 0.41
Hex 19 5C B8 56 32 0 1C D7 4C 29
Octal 31 134 270 126 62 0 34 327 114 51
Binary 11001 1011100 10111000 1010110 110010 0 11100 11010111 1001100 101001

Color Harmonies of #195CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195CB8

Black with #195CB8

Text Example


Text Example

White with #195CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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