Html Css Color HEX #1977BB Denim

📋 copy color: '#1977BB'

red 25 ◦ green 119 ◦ blue 187

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

Shades of Denim #1977BB

Tints of Denim #1977BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.5%

R = 7.55%
G = 35.95%
B = 56.5%

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

#1977BB (or 0x1977BB) is known color: Denim. HEX triplet: 19, 77 and BB. RGB value is (25,119,187). Sum of RGB (Red+Green+Blue) = 25+119+187=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #1977BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1977BB is #E68844. Grayscale: #626262. Windows color (decimal): -15108165 or 12285721. OLE color: 12285721.

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

Color convert

RGB 25 119 187 -
CMYK 0.87 0.36 0 0.27
HSL 205.19º 0.76% 0.42% -
HSV(B) 205.19º 0.87% 0.73% -
XYZ 15.97 16.99 49.45 -
YUV 98.65 177.86 75.47 -
System Red Green Blue C M Y K H S L
Decimal 25 119 187 0.87 0.36 0 0.27 205.19 0.76 0.42
Hex 19 77 BB 57 24 0 1B CD 4C 2A
Octal 31 167 273 127 44 0 33 315 114 52
Binary 11001 1110111 10111011 1010111 100100 0 11011 11001101 1001100 101010

Color Harmonies of #1977BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1977BB

Black with #1977BB

Text Example


Text Example

White with #1977BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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