#1B60A7

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

Shades of Denim #1B60A7

Tints of Denim #1B60A7

Color information

#1B60A7 (or 0x1B60A7) is unknown color: approx Denim. HEX triplet: 1B, 60 and A7. RGB value is (27,96,167). Sum of RGB (Red+Green+Blue) = 27+96+167=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 167 (65.62% from 255 or 57.59% from 290); Max value from RGB is 167 - color contains mainly: blue. Hex color #1B60A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B60A7 is #E49F58. Grayscale: #535353. Windows color (decimal): -14983001 or 10969115. OLE color: 10969115.

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

Color convert

RGB2796167-
CMYK0.840.4300.35
HSL210.43º72.16%38.04%-
HSV(B)210.43º83.83%65.49%-
XYZ11.6111.3938.15-
YUV83.46175.1487.73-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.31%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 167 (65.62% from 255) = 57.59%
R=9.31%
G=33.10%
B=57.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal27961670.840.4300.35210.4372.1638.04
Hex1B60A7542B023d24826
Octal331402471245304332211046
Binary1101111000001010011110101001010110100011110100101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B60A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,96,167); }

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

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

 a { background-color: rgb(27,96,167); }

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

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

 span { border-color: rgb(27,96,167); }

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