Html Css Color HEX #195FCE Denim

📋 copy color: '#195FCE'

red 25 ◦ green 95 ◦ blue 206

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

Shades of Denim #195FCE

Tints of Denim #195FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.19%

R = 7.67%
G = 29.14%
B = 63.19%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#195FCE (or 0x195FCE) is known color: Denim. HEX triplet: 19, 5F and CE. RGB value is (25,95,206). Sum of RGB (Red+Green+Blue) = 25+95+206=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #195FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195FCE is #E6A031. Grayscale: #565656. Windows color (decimal): -15114290 or 13524761. OLE color: 13524761.

HSL color Cylindrical-coordinate representation of color #195FCE: hue angle of 216.8º 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 #195FCE is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 95 206 -
CMYK 0.88 0.54 0 0.19
HSL 216.8º 0.78% 0.45% -
HSV(B) 216.8º 0.88% 0.81% -
XYZ 15.63 12.85 60.05 -
YUV 86.72 195.31 83.97 -
System Red Green Blue C M Y K H S L
Decimal 25 95 206 0.88 0.54 0 0.19 216.8 0.78 0.45
Hex 19 5F CE 58 36 0 13 D9 4E 2D
Octal 31 137 316 130 66 0 23 331 116 55
Binary 11001 1011111 11001110 1011000 110110 0 10011 11011001 1001110 101101

Color Harmonies of #195FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195FCE

Black with #195FCE

Text Example


Text Example

White with #195FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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