#1B58AF

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

Shades of Denim #1B58AF

Tints of Denim #1B58AF

Color information

#1B58AF (or 0x1B58AF) is unknown color: approx Denim. HEX triplet: 1B, 58 and AF. RGB value is (27,88,175). Sum of RGB (Red+Green+Blue) = 27+88+175=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B58AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B58AF is #E4A750. Grayscale: #4F4F4F. Windows color (decimal): -14985041 or 11491355. OLE color: 11491355.

HSL color Cylindrical-coordinate representation of color #1B58AF: hue angle of 215.27º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B58AF is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2788175-
CMYK0.850.5000.31
HSL215.27º73.27%39.61%-
HSV(B)215.27º84.57%68.63%-
XYZ11.6810.3141.93-
YUV79.68181.7990.43-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.31%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 175 (68.75% from 255) = 60.34%
R=9.31%
G=30.34%
B=60.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal27881750.850.5000.31215.2773.2739.61
Hex1B58AF553201Fd74928
Octal331302571256203732711150
Binary110111011000101011111010101110010011111110101111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B58AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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