#150B40

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

Shades of Tolopea #150B40

Tints of Tolopea #150B40

Color information

#150B40 (or 0x150B40) is unknown color: approx Tolopea. HEX triplet: 15, 0B and 40. RGB value is (21,11,64). Sum of RGB (Red+Green+Blue) = 21+11+64=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 64 (25.39% from 255 or 66.67% from 96); Max value from RGB is 64 - color contains mainly: blue. Hex color #150B40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B40 is #EAF4BF. Grayscale: #131313. Windows color (decimal): -15398080 or 4197141. OLE color: 4197141.

HSL color Cylindrical-coordinate representation of color #150B40: hue angle of 251.32º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #150B40 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB211164-
CMYK0.670.8300.75
HSL251.32º70.67%14.71%-
HSV(B)251.32º82.81%25.1%-
XYZ1.350.774.93-
YUV20.03152.81128.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.88%
GREEN value IS 11 (4.69% from 255) = 11.46%
BLUE value IS 64 (25.39% from 255) = 66.67%
R=21.88%
G=11.46%
B=66.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2111640.670.8300.75251.3270.6714.71
Hex15B40435304Bfb47f
Octal2513100103123011337310717
Binary101011011100000010000111010011010010111111101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150B40; }

 p { color: rgb(21,11,64); }

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

<style>
 a { background-color: #150B40; }

 a { background-color: rgb(21,11,64); }

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

<style>
 span { border-color: #150B40; }

 span { border-color: rgb(21,11,64); }

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