#1B153D

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

Shades of Tolopea #1B153D

Tints of Tolopea #1B153D

Color information

#1B153D (or 0x1B153D) is unknown color: approx Tolopea. HEX triplet: 1B, 15 and 3D. RGB value is (27,21,61). Sum of RGB (Red+Green+Blue) = 27+21+61=109 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.77% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #1B153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B153D is #E4EAC2. Grayscale: #1B1B1B. Windows color (decimal): -15002307 or 4003099. OLE color: 4003099.

HSL color Cylindrical-coordinate representation of color #1B153D: hue angle of 249º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B153D is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB272161-
CMYK0.560.6600.76
HSL249º48.78%16.08%-
HSV(B)249º65.57%23.92%-
XYZ1.561.114.55-
YUV27.35146.99127.75-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.77%
GREEN value IS 21 (8.59% from 255) = 19.27%
BLUE value IS 61 (24.22% from 255) = 55.96%
R=24.77%
G=19.27%
B=55.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2721610.560.6600.7624948.7816.08
Hex1B153D384204Cf93110
Octal3325757010201143716120
Binary11011101011111011110001000010010011001111100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,21,61); }

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

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

 a { background-color: rgb(27,21,61); }

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

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

 span { border-color: rgb(27,21,61); }

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