Html Css Color HEX #195DB9 Denim

📋 copy color: '#195DB9'

red 25 ◦ green 93 ◦ blue 185

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

Shades of Denim #195DB9

Tints of Denim #195DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 61.06%

R = 8.25%
G = 30.69%
B = 61.06%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#195DB9 (or 0x195DB9) is known color: Denim. HEX triplet: 19, 5D and B9. RGB value is (25,93,185). Sum of RGB (Red+Green+Blue) = 25+93+185=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 185 (72.66% from 255 or 61.06% from 303); Max value from RGB is 185 - color contains mainly: blue. Hex color #195DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195DB9 is #E6A246. Grayscale: #525252. Windows color (decimal): -15114823 or 12147993. OLE color: 12147993.

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

Color convert

RGB 25 93 185 -
CMYK 0.86 0.50 0 0.27
HSL 214.5º 0.76% 0.41% -
HSV(B) 214.5º 0.86% 0.73% -
XYZ 13.07 11.54 47.44 -
YUV 83.16 185.47 86.52 -
System Red Green Blue C M Y K H S L
Decimal 25 93 185 0.86 0.50 0 0.27 214.5 0.76 0.41
Hex 19 5D B9 56 32 0 1B D6 4C 29
Octal 31 135 271 126 62 0 33 326 114 51
Binary 11001 1011101 10111001 1010110 110010 0 11011 11010110 1001100 101001

Color Harmonies of #195DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195DB9

Black with #195DB9

Text Example


Text Example

White with #195DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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