Html Css Color HEX #195ECF Denim

📋 copy color: '#195ECF'

red 25 ◦ green 94 ◦ blue 207

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

Shades of Denim #195ECF

Tints of Denim #195ECF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.83%

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

R = 7.67%
G = 28.83%
B = 63.5%

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

#195ECF (or 0x195ECF) is known color: Denim. HEX triplet: 19, 5E and CF. RGB value is (25,94,207). Sum of RGB (Red+Green+Blue) = 25+94+207=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #195ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195ECF is #E6A130. Grayscale: #555555. Windows color (decimal): -15114545 or 13590041. OLE color: 13590041.

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

Color convert

RGB 25 94 207 -
CMYK 0.88 0.55 0 0.19
HSL 217.25º 0.78% 0.45% -
HSV(B) 217.25º 0.88% 0.81% -
XYZ 15.67 12.72 60.66 -
YUV 86.25 196.14 84.31 -
System Red Green Blue C M Y K H S L
Decimal 25 94 207 0.88 0.55 0 0.19 217.25 0.78 0.45
Hex 19 5E CF 58 37 0 13 D9 4E 2D
Octal 31 136 317 130 67 0 23 331 116 55
Binary 11001 1011110 11001111 1011000 110111 0 10011 11011001 1001110 101101

Color Harmonies of #195ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195ECF

Black with #195ECF

Text Example


Text Example

White with #195ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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