Html Css Color HEX #195FDC Denim

📋 copy color: '#195FDC'

red 25 ◦ green 95 ◦ blue 220

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

Shades of Denim #195FDC

Tints of Denim #195FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.94%

 BLUE value IS 220 (86.33% from 255) = 64.71%

R = 7.35%
G = 27.94%
B = 64.71%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#195FDC (or 0x195FDC) is known color: Denim. HEX triplet: 19, 5F and DC. RGB value is (25,95,220). Sum of RGB (Red+Green+Blue) = 25+95+220=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #195FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195FDC is #E6A023. Grayscale: #575757. Windows color (decimal): -15114276 or 14442265. OLE color: 14442265.

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

Color convert

RGB 25 95 220 -
CMYK 0.89 0.57 0 0.14
HSL 218.46º 0.8% 0.48% -
HSV(B) 218.46º 0.89% 0.86% -
XYZ 17.41 13.56 69.41 -
YUV 88.32 202.31 82.84 -
System Red Green Blue C M Y K H S L
Decimal 25 95 220 0.89 0.57 0 0.14 218.46 0.8 0.48
Hex 19 5F DC 59 39 0 E DA 50 30
Octal 31 137 334 131 71 0 16 332 120 60
Binary 11001 1011111 11011100 1011001 111001 0 1110 11011010 1010000 110000

Color Harmonies of #195FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195FDC

Black with #195FDC

Text Example


Text Example

White with #195FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,95,220); }

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

background-color css

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

 a { background-color: rgb(25,95,220); }

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

border-color css

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

 span { border-color: rgb(25,95,220); }

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