#150B3D

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

Shades of Tolopea #150B3D

Tints of Tolopea #150B3D

Color information

#150B3D (or 0x150B3D) is unknown color: approx Tolopea. HEX triplet: 15, 0B and 3D. RGB value is (21,11,61). Sum of RGB (Red+Green+Blue) = 21+11+61=93 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.58% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 61 (24.22% from 255 or 65.59% from 93); Max value from RGB is 61 - color contains mainly: blue. Hex color #150B3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B3D is #EAF4C2. Grayscale: #131313. Windows color (decimal): -15398083 or 4000533. OLE color: 4000533.

HSL color Cylindrical-coordinate representation of color #150B3D: hue angle of 252º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #150B3D is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB211161-
CMYK0.660.8200.76
HSL252º69.44%14.12%-
HSV(B)252º81.97%23.92%-
XYZ1.270.744.49-
YUV19.69151.31128.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.58%
GREEN value IS 11 (4.69% from 255) = 11.83%
BLUE value IS 61 (24.22% from 255) = 65.59%
R=22.58%
G=11.83%
B=65.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2111610.660.8200.7625269.4414.12
Hex15B3D425204Cfc45e
Octal251375102122011437410516
Binary10101101111110110000101010010010011001111110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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