Html Css Color HEX #1977BA Denim

📋 copy color: '#1977BA'

red 25 ◦ green 119 ◦ blue 186

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

Shades of Denim #1977BA

Tints of Denim #1977BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.06%

 BLUE value IS 186 (73.05% from 255) = 56.36%

R = 7.58%
G = 36.06%
B = 56.36%

CMYK

 C value IS 0.87

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1977BA (or 0x1977BA) is known color: Denim. HEX triplet: 19, 77 and BA. RGB value is (25,119,186). Sum of RGB (Red+Green+Blue) = 25+119+186=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #1977BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1977BA is #E68845. Grayscale: #626262. Windows color (decimal): -15108166 or 12220185. OLE color: 12220185.

HSL color Cylindrical-coordinate representation of color #1977BA: hue angle of 204.97º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1977BA is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 119 186 -
CMYK 0.87 0.36 0 0.27
HSL 204.97º 0.76% 0.41% -
HSV(B) 204.97º 0.87% 0.73% -
XYZ 15.86 16.95 48.89 -
YUV 98.53 177.36 75.55 -
System Red Green Blue C M Y K H S L
Decimal 25 119 186 0.87 0.36 0 0.27 204.97 0.76 0.41
Hex 19 77 BA 57 24 0 1B CD 4C 29
Octal 31 167 272 127 44 0 33 315 114 51
Binary 11001 1110111 10111010 1010111 100100 0 11011 11001101 1001100 101001

Color Harmonies of #1977BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1977BA

Black with #1977BA

Text Example


Text Example

White with #1977BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1977BA; }

 p { color: rgb(25,119,186); }

 H1.HeaderClassName
 {
   color: #1977BA;
 }
 .AnyTagClassName
 {
   color: #1977BA;
 }
</style>

background-color css

<style>
 a { background-color: #1977BA; }

 a { background-color: rgb(25,119,186); }

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

border-color css

<style>
 span { border-color: #1977BA; }

 span { border-color: rgb(25,119,186); }

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