#1F5AB3

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

Shades of Denim #1F5AB3

Tints of Denim #1F5AB3

Color information

#1F5AB3 (or 0x1F5AB3) is unknown color: approx Denim. HEX triplet: 1F, 5A and B3. RGB value is (31,90,179). Sum of RGB (Red+Green+Blue) = 31+90+179=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 179 (70.31% from 255 or 59.67% from 300); Max value from RGB is 179 - color contains mainly: blue. Hex color #1F5AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5AB3 is #E0A54C. Grayscale: #525252. Windows color (decimal): -14722381 or 11754015. OLE color: 11754015.

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

Color convert

RGB3190179-
CMYK0.830.5000.30
HSL216.08º70.48%41.18%-
HSV(B)216.08º82.68%70.2%-
XYZ12.3610.8644.09-
YUV82.5182.4591.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.33%
GREEN value IS 90 (35.55% from 255) = 30%
BLUE value IS 179 (70.31% from 255) = 59.67%
R=10.33%
G=30%
B=59.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31901790.830.5000.30216.0870.4841.18
Hex1F5AB3533201Ed84629
Octal371322631236203633010651
Binary111111011010101100111010011110010011110110110001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,90,179); }

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

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

 a { background-color: rgb(31,90,179); }

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

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

 span { border-color: rgb(31,90,179); }

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