#1B5CBA

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

Shades of Denim #1B5CBA

Tints of Denim #1B5CBA

Color information

#1B5CBA (or 0x1B5CBA) is unknown color: approx Denim. HEX triplet: 1B, 5C and BA. RGB value is (27,92,186). Sum of RGB (Red+Green+Blue) = 27+92+186=305 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.85% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #1B5CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5CBA is #E4A345. Grayscale: #525252. Windows color (decimal): -14984006 or 12213275. OLE color: 12213275.

HSL color Cylindrical-coordinate representation of color #1B5CBA: hue angle of 215.47º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B5CBA is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2792186-
CMYK0.850.5100.27
HSL215.47º74.65%41.76%-
HSV(B)215.47º85.48%72.94%-
XYZ13.1411.4347.97-
YUV83.28185.9787.86-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.85%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 186 (73.05% from 255) = 60.98%
R=8.85%
G=30.16%
B=60.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal27921860.850.5100.27215.4774.6541.76
Hex1B5CBA553301Bd74b2a
Octal331342721256303332711352
Binary110111011100101110101010101110011011011110101111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,92,186); }

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

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

 a { background-color: rgb(27,92,186); }

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

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

 span { border-color: rgb(27,92,186); }

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