#1F73BE

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

Shades of Denim #1F73BE

Tints of Denim #1F73BE

Color information

#1F73BE (or 0x1F73BE) is unknown color: approx Denim. HEX triplet: 1F, 73 and BE. RGB value is (31,115,190). Sum of RGB (Red+Green+Blue) = 31+115+190=336 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.23% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F73BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F73BE is #E08C41. Grayscale: #626262. Windows color (decimal): -14715970 or 12481311. OLE color: 12481311.

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

Color convert

RGB31115190-
CMYK0.840.3900.25
HSL208.3º71.95%43.33%-
HSV(B)208.3º83.68%74.51%-
XYZ15.9916.2751.01-
YUV98.43179.6779.9-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.23%
GREEN value IS 115 (45.31% from 255) = 34.23%
BLUE value IS 190 (74.61% from 255) = 56.55%
R=9.23%
G=34.23%
B=56.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal311151900.840.3900.25208.371.9543.33
Hex1F73BE5427019d0482b
Octal371632761244703132011053
Binary111111110011101111101010100100111011001110100001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F73BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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