Html Css Color HEX #195ACF Denim

📋 copy color: '#195ACF'

red 25 ◦ green 90 ◦ blue 207

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

Shades of Denim #195ACF

Tints of Denim #195ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.95%

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

R = 7.76%
G = 27.95%
B = 64.29%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#195ACF (or 0x195ACF) is known color: Denim. HEX triplet: 19, 5A and CF. RGB value is (25,90,207). Sum of RGB (Red+Green+Blue) = 25+90+207=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #195ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195ACF is #E6A530. Grayscale: #535353. Windows color (decimal): -15115569 or 13589017. OLE color: 13589017.

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

Color convert

RGB 25 90 207 -
CMYK 0.88 0.57 0 0.19
HSL 218.57º 0.78% 0.45% -
HSV(B) 218.57º 0.88% 0.81% -
XYZ 15.32 12.02 60.54 -
YUV 83.9 197.47 85.99 -
System Red Green Blue C M Y K H S L
Decimal 25 90 207 0.88 0.57 0 0.19 218.57 0.78 0.45
Hex 19 5A CF 58 39 0 13 DB 4E 2D
Octal 31 132 317 130 71 0 23 333 116 55
Binary 11001 1011010 11001111 1011000 111001 0 10011 11011011 1001110 101101

Color Harmonies of #195ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195ACF

Black with #195ACF

Text Example


Text Example

White with #195ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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