Html Css Color HEX #1976CF Denim

📋 copy color: '#1976CF'

red 25 ◦ green 118 ◦ blue 207

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

Shades of Denim #1976CF

Tints of Denim #1976CF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

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

R = 7.14%
G = 33.71%
B = 59.14%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1976CF (or 0x1976CF) is known color: Denim. HEX triplet: 19, 76 and CF. RGB value is (25,118,207). Sum of RGB (Red+Green+Blue) = 25+118+207=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #1976CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1976CF is #E68930. Grayscale: #636363. Windows color (decimal): -15108401 or 13596185. OLE color: 13596185.

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

Color convert

RGB 25 118 207 -
CMYK 0.88 0.43 0 0.19
HSL 209.34º 0.78% 0.45% -
HSV(B) 209.34º 0.88% 0.81% -
XYZ 18.14 17.67 61.49 -
YUV 100.34 188.19 74.26 -
System Red Green Blue C M Y K H S L
Decimal 25 118 207 0.88 0.43 0 0.19 209.34 0.78 0.45
Hex 19 76 CF 58 2B 0 13 D1 4E 2D
Octal 31 166 317 130 53 0 23 321 116 55
Binary 11001 1110110 11001111 1011000 101011 0 10011 11010001 1001110 101101

Color Harmonies of #1976CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1976CF

Black with #1976CF

Text Example


Text Example

White with #1976CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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