#1F5BB5

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

Shades of Denim #1F5BB5

Tints of Denim #1F5BB5

Color information

#1F5BB5 (or 0x1F5BB5) is unknown color: approx Denim. HEX triplet: 1F, 5B and B5. RGB value is (31,91,181). Sum of RGB (Red+Green+Blue) = 31+91+181=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 181 (71.09% from 255 or 59.74% from 303); Max value from RGB is 181 - color contains mainly: blue. Hex color #1F5BB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5BB5 is #E0A44A. Grayscale: #525252. Windows color (decimal): -14722123 or 11885343. OLE color: 11885343.

HSL color Cylindrical-coordinate representation of color #1F5BB5: hue angle of 216º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F5BB5 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3191181-
CMYK0.830.5000.29
HSL216º70.75%41.57%-
HSV(B)216º82.87%70.98%-
XYZ12.6511.1145.19-
YUV83.32183.1290.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.23%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 181 (71.09% from 255) = 59.74%
R=10.23%
G=30.03%
B=59.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31911810.830.5000.2921670.7541.57
Hex1F5BB5533201Dd8472a
Octal371332651236203533010752
Binary111111011011101101011010011110010011101110110001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,91,181); }

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

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

 a { background-color: rgb(31,91,181); }

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

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

 span { border-color: rgb(31,91,181); }

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