#1F72BE

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

Shades of Denim #1F72BE

Tints of Denim #1F72BE

Color information

#1F72BE (or 0x1F72BE) is unknown color: approx Denim. HEX triplet: 1F, 72 and BE. RGB value is (31,114,190). Sum of RGB (Red+Green+Blue) = 31+114+190=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F72BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F72BE is #E08D41. Grayscale: #616161. Windows color (decimal): -14716226 or 12481055. OLE color: 12481055.

HSL color Cylindrical-coordinate representation of color #1F72BE: hue angle of 208.68º 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 #1F72BE is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB31114190-
CMYK0.840.4000.25
HSL208.68º71.95%43.33%-
HSV(B)208.68º83.68%74.51%-
XYZ15.8816.0450.98-
YUV97.8518080.32-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.25%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 190 (74.61% from 255) = 56.72%
R=9.25%
G=34.03%
B=56.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal311141900.840.4000.25208.6871.9543.33
Hex1F72BE5428019d1482b
Octal371622761245003132111053
Binary111111110010101111101010100101000011001110100011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F72BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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