Html Css Color HEX #1960CF Denim

📋 copy color: '#1960CF'

red 25 ◦ green 96 ◦ blue 207

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

Shades of Denim #1960CF

Tints of Denim #1960CF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.27%

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

R = 7.62%
G = 29.27%
B = 63.11%

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

#1960CF (or 0x1960CF) is known color: Denim. HEX triplet: 19, 60 and CF. RGB value is (25,96,207). Sum of RGB (Red+Green+Blue) = 25+96+207=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #1960CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1960CF is #E69F30. Grayscale: #565656. Windows color (decimal): -15114033 or 13590553. OLE color: 13590553.

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

Color convert

RGB 25 96 207 -
CMYK 0.88 0.54 0 0.19
HSL 216.59º 0.78% 0.45% -
HSV(B) 216.59º 0.88% 0.81% -
XYZ 15.85 13.08 60.72 -
YUV 87.43 195.48 83.47 -
System Red Green Blue C M Y K H S L
Decimal 25 96 207 0.88 0.54 0 0.19 216.59 0.78 0.45
Hex 19 60 CF 58 36 0 13 D9 4E 2D
Octal 31 140 317 130 66 0 23 331 116 55
Binary 11001 1100000 11001111 1011000 110110 0 10011 11011001 1001110 101101

Color Harmonies of #1960CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1960CF

Black with #1960CF

Text Example


Text Example

White with #1960CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1960CF; }

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

 H1.HeaderClassName
 {
   color: #1960CF;
 }
 .AnyTagClassName
 {
   color: #1960CF;
 }
</style>

background-color css

<style>
 a { background-color: #1960CF; }

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

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

border-color css

<style>
 span { border-color: #1960CF; }

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

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