Html Css Color HEX #195DCF Denim

📋 copy color: '#195DCF'

red 25 ◦ green 93 ◦ blue 207

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

Shades of Denim #195DCF

Tints of Denim #195DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 63.69%

R = 7.69%
G = 28.62%
B = 63.69%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#195DCF (or 0x195DCF) is known color: Denim. HEX triplet: 19, 5D and CF. RGB value is (25,93,207). Sum of RGB (Red+Green+Blue) = 25+93+207=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #195DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195DCF is #E6A230. Grayscale: #555555. Windows color (decimal): -15114801 or 13589785. OLE color: 13589785.

HSL color Cylindrical-coordinate representation of color #195DCF: hue angle of 217.58º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #195DCF is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 93 207 -
CMYK 0.88 0.55 0 0.19
HSL 217.58º 0.78% 0.45% -
HSV(B) 217.58º 0.88% 0.81% -
XYZ 15.58 12.54 60.63 -
YUV 85.66 196.47 84.73 -
System Red Green Blue C M Y K H S L
Decimal 25 93 207 0.88 0.55 0 0.19 217.58 0.78 0.45
Hex 19 5D CF 58 37 0 13 DA 4E 2D
Octal 31 135 317 130 67 0 23 332 116 55
Binary 11001 1011101 11001111 1011000 110111 0 10011 11011010 1001110 101101

Color Harmonies of #195DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195DCF

Black with #195DCF

Text Example


Text Example

White with #195DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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