#1F77BE

Color #1F77BE Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1F77BE

Tints of Denim #1F77BE

Color information

#1F77BE (or 0x1F77BE) is unknown color: approx Denim. HEX triplet: 1F, 77 and BE. RGB value is (31,119,190). Sum of RGB (Red+Green+Blue) = 31+119+190=340 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.12% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F77BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F77BE is #E08841. Grayscale: #646464. Windows color (decimal): -14714946 or 12482335. OLE color: 12482335.

HSL color Cylindrical-coordinate representation of color #1F77BE: hue angle of 206.79º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F77BE is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB31119190-
CMYK0.840.3700.25
HSL206.79º71.95%43.33%-
HSV(B)206.79º83.68%74.51%-
XYZ16.4617.251.17-
YUV100.78178.3578.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.12%
GREEN value IS 119 (46.88% from 255) = 35%
BLUE value IS 190 (74.61% from 255) = 55.88%
R=9.12%
G=35%
B=55.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal311191900.840.3700.25206.7971.9543.33
Hex1F77BE5425019cf482b
Octal371672761244503131711053
Binary111111110111101111101010100100101011001110011111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F77BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F77BE; }

 p { color: rgb(31,119,190); }

 H1.HeaderClassName
 {
   color: #1F77BE;
 }
 .AnyTagClassName
 {
   color: #1F77BE;
 }
</style>
background-color css

<style>
 a { background-color: #1F77BE; }

 a { background-color: rgb(31,119,190); }

 div.DivClassName
 {
   background-color: #1F77BE;
 }
 .BgClassName
 {
   background-color: #1F77BE;
 }
</style>
border-color css

<style>
 span { border-color: #1F77BE; }

 span { border-color: rgb(31,119,190); }

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