Html Css Color HEX #195FCC Denim

📋 copy color: '#195FCC'

red 25 ◦ green 95 ◦ blue 204

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

Shades of Denim #195FCC

Tints of Denim #195FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.96%

R = 7.72%
G = 29.32%
B = 62.96%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#195FCC (or 0x195FCC) is known color: Denim. HEX triplet: 19, 5F and CC. RGB value is (25,95,204). Sum of RGB (Red+Green+Blue) = 25+95+204=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #195FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195FCC is #E6A033. Grayscale: #555555. Windows color (decimal): -15114292 or 13393689. OLE color: 13393689.

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

Color convert

RGB 25 95 204 -
CMYK 0.88 0.53 0 0.2
HSL 216.54º 0.78% 0.45% -
HSV(B) 216.54º 0.88% 0.8% -
XYZ 15.39 12.75 58.78 -
YUV 86.5 194.31 84.14 -
System Red Green Blue C M Y K H S L
Decimal 25 95 204 0.88 0.53 0 0.2 216.54 0.78 0.45
Hex 19 5F CC 58 35 0 14 D9 4E 2D
Octal 31 137 314 130 65 0 24 331 116 55
Binary 11001 1011111 11001100 1011000 110101 0 10100 11011001 1001110 101101

Color Harmonies of #195FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195FCC

Black with #195FCC

Text Example


Text Example

White with #195FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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