Html Css Color HEX #1976BE Denim

📋 copy color: '#1976BE'

red 25 ◦ green 118 ◦ blue 190

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

Shades of Denim #1976BE

Tints of Denim #1976BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.06%

R = 7.51%
G = 35.44%
B = 57.06%

CMYK

 C value IS 0.87

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1976BE (or 0x1976BE) is known color: Denim. HEX triplet: 19, 76 and BE. RGB value is (25,118,190). Sum of RGB (Red+Green+Blue) = 25+118+190=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #1976BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1976BE is #E68941. Grayscale: #626262. Windows color (decimal): -15108418 or 12482073. OLE color: 12482073.

HSL color Cylindrical-coordinate representation of color #1976BE: hue angle of 206.18º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1976BE is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 118 190 -
CMYK 0.87 0.38 0 0.25
HSL 206.18º 0.77% 0.42% -
HSV(B) 206.18º 0.87% 0.75% -
XYZ 16.17 16.88 51.12 -
YUV 98.4 179.69 75.65 -
System Red Green Blue C M Y K H S L
Decimal 25 118 190 0.87 0.38 0 0.25 206.18 0.77 0.42
Hex 19 76 BE 57 26 0 19 CE 4D 2A
Octal 31 166 276 127 46 0 31 316 115 52
Binary 11001 1110110 10111110 1010111 100110 0 11001 11001110 1001101 101010

Color Harmonies of #1976BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1976BE

Black with #1976BE

Text Example


Text Example

White with #1976BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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