Html Css Color HEX #195DB4 Denim

📋 copy color: '#195DB4'

red 25 ◦ green 93 ◦ blue 180

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

Shades of Denim #195DB4

Tints of Denim #195DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 60.4%

R = 8.39%
G = 31.21%
B = 60.4%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#195DB4 (or 0x195DB4) is known color: Denim. HEX triplet: 19, 5D and B4. RGB value is (25,93,180). Sum of RGB (Red+Green+Blue) = 25+93+180=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 180 (70.70% from 255 or 60.40% from 298); Max value from RGB is 180 - color contains mainly: blue. Hex color #195DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195DB4 is #E6A24B. Grayscale: #525252. Windows color (decimal): -15114828 or 11820313. OLE color: 11820313.

HSL color Cylindrical-coordinate representation of color #195DB4: hue angle of 213.68º 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 #195DB4 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 93 180 -
CMYK 0.86 0.48 0 0.29
HSL 213.68º 0.76% 0.4% -
HSV(B) 213.68º 0.86% 0.71% -
XYZ 12.55 11.33 44.71 -
YUV 82.59 182.97 86.93 -
System Red Green Blue C M Y K H S L
Decimal 25 93 180 0.86 0.48 0 0.29 213.68 0.76 0.4
Hex 19 5D B4 56 30 0 1D D6 4C 28
Octal 31 135 264 126 60 0 35 326 114 50
Binary 11001 1011101 10110100 1010110 110000 0 11101 11010110 1001100 101000

Color Harmonies of #195DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195DB4

Black with #195DB4

Text Example


Text Example

White with #195DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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