#150B3B

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

Shades of Tolopea #150B3B

Tints of Tolopea #150B3B

Color information

#150B3B (or 0x150B3B) is unknown color: approx Tolopea. HEX triplet: 15, 0B and 3B. RGB value is (21,11,59). Sum of RGB (Red+Green+Blue) = 21+11+59=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 59 (23.44% from 255 or 64.84% from 91); Max value from RGB is 59 - color contains mainly: blue. Hex color #150B3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B3B is #EAF4C4. Grayscale: #131313. Windows color (decimal): -15398085 or 3869461. OLE color: 3869461.

HSL color Cylindrical-coordinate representation of color #150B3B: hue angle of 252.5º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #150B3B is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB211159-
CMYK0.640.8100.77
HSL252.5º68.57%13.73%-
HSV(B)252.5º81.36%23.14%-
XYZ1.220.714.21-
YUV19.46150.31129.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.08%
GREEN value IS 11 (4.69% from 255) = 12.09%
BLUE value IS 59 (23.44% from 255) = 64.84%
R=23.08%
G=12.09%
B=64.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2111590.640.8100.77252.568.5713.73
Hex15B3B405104Dfc45e
Octal251373100121011537410516
Binary10101101111101110000001010001010011011111110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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