#1B50AA

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

Shades of Denim #1B50AA

Tints of Denim #1B50AA

Color information

#1B50AA (or 0x1B50AA) is unknown color: approx Denim. HEX triplet: 1B, 50 and AA. RGB value is (27,80,170). Sum of RGB (Red+Green+Blue) = 27+80+170=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B50AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B50AA is #E4AF55. Grayscale: #4A4A4A. Windows color (decimal): -14987094 or 11161627. OLE color: 11161627.

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

Color convert

RGB2780170-
CMYK0.840.5300.33
HSL217.76º72.59%38.63%-
HSV(B)217.76º84.12%66.67%-
XYZ10.588.8739.19-
YUV74.41181.9494.18-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.75%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 170 (66.80% from 255) = 61.37%
R=9.75%
G=28.88%
B=61.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27801700.840.5300.33217.7672.5938.63
Hex1B50AA5435021da4927
Octal331202521246504133211147
Binary1101110100001010101010101001101010100001110110101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B50AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,80,170); }

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

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

 a { background-color: rgb(27,80,170); }

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

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

 span { border-color: rgb(27,80,170); }

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