#1F5ABC

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

Shades of Denim #1F5ABC

Tints of Denim #1F5ABC

Color information

#1F5ABC (or 0x1F5ABC) is unknown color: approx Denim. HEX triplet: 1F, 5A and BC. RGB value is (31,90,188). Sum of RGB (Red+Green+Blue) = 31+90+188=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F5ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5ABC is #E0A543. Grayscale: #535353. Windows color (decimal): -14722372 or 12343839. OLE color: 12343839.

HSL color Cylindrical-coordinate representation of color #1F5ABC: hue angle of 217.45º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F5ABC is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3190188-
CMYK0.840.5200.26
HSL217.45º71.69%42.94%-
HSV(B)217.45º83.51%73.73%-
XYZ13.311.2349.04-
YUV83.53186.9590.53-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.03%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 188 (73.83% from 255) = 60.84%
R=10.03%
G=29.13%
B=60.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31901880.840.5200.26217.4571.6942.94
Hex1F5ABC543401Ad9482b
Octal371322741246403233111053
Binary111111011010101111001010100110100011010110110011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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