#1F5FBB

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

Shades of Denim #1F5FBB

Tints of Denim #1F5FBB

Color information

#1F5FBB (or 0x1F5FBB) is unknown color: approx Denim. HEX triplet: 1F, 5F and BB. RGB value is (31,95,187). Sum of RGB (Red+Green+Blue) = 31+95+187=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #1F5FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5FBB is #E0A044. Grayscale: #555555. Windows color (decimal): -14721093 or 12279583. OLE color: 12279583.

HSL color Cylindrical-coordinate representation of color #1F5FBB: hue angle of 215.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F5FBB is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3195187-
CMYK0.830.4900.27
HSL215.38º71.56%42.75%-
HSV(B)215.38º83.42%73.33%-
XYZ13.6312.0648.62-
YUV86.35184.888.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.90%
GREEN value IS 95 (37.5% from 255) = 30.35%
BLUE value IS 187 (73.44% from 255) = 59.74%
R=9.90%
G=30.35%
B=59.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31951870.830.4900.27215.3871.5642.75
Hex1F5FBB533101Bd7482b
Octal371372731236103332711053
Binary111111011111101110111010011110001011011110101111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,95,187); }

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

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

 a { background-color: rgb(31,95,187); }

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

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

 span { border-color: rgb(31,95,187); }

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