Html Css Color HEX #195DB5 Denim

📋 copy color: '#195DB5'

red 25 ◦ green 93 ◦ blue 181

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

Shades of Denim #195DB5

Tints of Denim #195DB5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.1%

 BLUE value IS 181 (71.09% from 255) = 60.54%

R = 8.36%
G = 31.1%
B = 60.54%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#195DB5 (or 0x195DB5) is known color: Denim. HEX triplet: 19, 5D and B5. RGB value is (25,93,181). Sum of RGB (Red+Green+Blue) = 25+93+181=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 181 (71.09% from 255 or 60.54% from 299); Max value from RGB is 181 - color contains mainly: blue. Hex color #195DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195DB5 is #E6A24A. Grayscale: #525252. Windows color (decimal): -15114827 or 11885849. OLE color: 11885849.

HSL color Cylindrical-coordinate representation of color #195DB5: hue angle of 213.85º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #195DB5 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 93 181 -
CMYK 0.86 0.49 0 0.29
HSL 213.85º 0.76% 0.4% -
HSV(B) 213.85º 0.86% 0.71% -
XYZ 12.66 11.37 45.24 -
YUV 82.7 183.47 86.84 -
System Red Green Blue C M Y K H S L
Decimal 25 93 181 0.86 0.49 0 0.29 213.85 0.76 0.4
Hex 19 5D B5 56 31 0 1D D6 4C 28
Octal 31 135 265 126 61 0 35 326 114 50
Binary 11001 1011101 10110101 1010110 110001 0 11101 11010110 1001100 101000

Color Harmonies of #195DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195DB5

Black with #195DB5

Text Example


Text Example

White with #195DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,93,181); }

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

background-color css

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

 a { background-color: rgb(25,93,181); }

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

border-color css

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

 span { border-color: rgb(25,93,181); }

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