Html Css Color HEX #195DDA Denim

📋 copy color: '#195DDA'

red 25 ◦ green 93 ◦ blue 218

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

Shades of Denim #195DDA

Tints of Denim #195DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 64.88%

R = 7.44%
G = 27.68%
B = 64.88%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#195DDA (or 0x195DDA) is known color: Denim. HEX triplet: 19, 5D and DA. RGB value is (25,93,218). Sum of RGB (Red+Green+Blue) = 25+93+218=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #195DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195DDA is #E6A225. Grayscale: #565656. Windows color (decimal): -15114790 or 14310681. OLE color: 14310681.

HSL color Cylindrical-coordinate representation of color #195DDA: hue angle of 218.86º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195DDA is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 93 218 -
CMYK 0.89 0.57 0 0.15
HSL 218.86º 0.79% 0.48% -
HSV(B) 218.86º 0.89% 0.85% -
XYZ 16.97 13.1 67.96 -
YUV 86.92 201.97 83.84 -
System Red Green Blue C M Y K H S L
Decimal 25 93 218 0.89 0.57 0 0.15 218.86 0.79 0.48
Hex 19 5D DA 59 39 0 F DB 4F 30
Octal 31 135 332 131 71 0 17 333 117 60
Binary 11001 1011101 11011010 1011001 111001 0 1111 11011011 1001111 110000

Color Harmonies of #195DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195DDA

Black with #195DDA

Text Example


Text Example

White with #195DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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