Html Css Color HEX #1961C9 Denim

📋 copy color: '#1961C9'

red 25 ◦ green 97 ◦ blue 201

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

Shades of Denim #1961C9

Tints of Denim #1961C9

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.03%

 BLUE value IS 201 (78.91% from 255) = 62.23%

R = 7.74%
G = 30.03%
B = 62.23%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1961C9 (or 0x1961C9) is known color: Denim. HEX triplet: 19, 61 and C9. RGB value is (25,97,201). Sum of RGB (Red+Green+Blue) = 25+97+201=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 201 (78.91% from 255 or 62.23% from 323); Max value from RGB is 201 - color contains mainly: blue. Hex color #1961C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1961C9 is #E69E36. Grayscale: #565656. Windows color (decimal): -15113783 or 13197593. OLE color: 13197593.

HSL color Cylindrical-coordinate representation of color #1961C9: hue angle of 215.45º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1961C9 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 25 97 201 -
CMYK 0.88 0.52 0 0.21
HSL 215.45º 0.78% 0.44% -
HSV(B) 215.45º 0.88% 0.79% -
XYZ 15.22 12.97 56.96 -
YUV 87.33 192.15 83.54 -
System Red Green Blue C M Y K H S L
Decimal 25 97 201 0.88 0.52 0 0.21 215.45 0.78 0.44
Hex 19 61 C9 58 34 0 15 D7 4E 2C
Octal 31 141 311 130 64 0 25 327 116 54
Binary 11001 1100001 11001001 1011000 110100 0 10101 11010111 1001110 101100

Color Harmonies of #1961C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1961C9

Black with #1961C9

Text Example


Text Example

White with #1961C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1961C9; }

 p { color: rgb(25,97,201); }

 H1.HeaderClassName
 {
   color: #1961C9;
 }
 .AnyTagClassName
 {
   color: #1961C9;
 }
</style>

background-color css

<style>
 a { background-color: #1961C9; }

 a { background-color: rgb(25,97,201); }

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

border-color css

<style>
 span { border-color: #1961C9; }

 span { border-color: rgb(25,97,201); }

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