#1B58AD

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

Shades of Denim #1B58AD

Tints of Denim #1B58AD

Color information

#1B58AD (or 0x1B58AD) is unknown color: approx Denim. HEX triplet: 1B, 58 and AD. RGB value is (27,88,173). Sum of RGB (Red+Green+Blue) = 27+88+173=288 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.38% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B58AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B58AD is #E4A752. Grayscale: #4F4F4F. Windows color (decimal): -14985043 or 11360283. OLE color: 11360283.

HSL color Cylindrical-coordinate representation of color #1B58AD: hue angle of 214.93º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B58AD is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2788173-
CMYK0.840.4900.32
HSL214.93º73%39.22%-
HSV(B)214.93º84.39%67.84%-
XYZ11.4810.2340.9-
YUV79.45180.7990.59-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.38%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 173 (67.97% from 255) = 60.07%
R=9.38%
G=30.56%
B=60.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27881730.840.4900.32214.937339.22
Hex1B58AD5431020d74927
Octal331302551246104032711147
Binary1101110110001010110110101001100010100000110101111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B58AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,88,173); }

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

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

 a { background-color: rgb(27,88,173); }

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

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

 span { border-color: rgb(27,88,173); }

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