#150A34

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

Shades of Tolopea #150A34

Tints of Tolopea #150A34

Color information

#150A34 (or 0x150A34) is unknown color: approx Tolopea. HEX triplet: 15, 0A and 34. RGB value is (21,10,52). Sum of RGB (Red+Green+Blue) = 21+10+52=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 52 (20.70% from 255 or 62.65% from 83); Max value from RGB is 52 - color contains mainly: blue. Hex color #150A34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150A34 is #EAF5CB. Grayscale: #111111. Windows color (decimal): -15398348 or 3410453. OLE color: 3410453.

HSL color Cylindrical-coordinate representation of color #150A34: hue angle of 255.71º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #150A34 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB211052-
CMYK0.600.8100.80
HSL255.71º67.74%12.16%-
HSV(B)255.71º80.77%20.39%-
XYZ1.040.623.31-
YUV18.08147.14130.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.30%
GREEN value IS 10 (4.30% from 255) = 12.05%
BLUE value IS 52 (20.70% from 255) = 62.65%
R=25.30%
G=12.05%
B=62.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2110520.600.8100.80255.7167.7412.16
Hex15A343C5105010044c
Octal25126474121012040010414
Binary10101101011010011110010100010101000010000000010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,10,52); }

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

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

 a { background-color: rgb(21,10,52); }

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

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

 span { border-color: rgb(21,10,52); }

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