#15273B

Color #15273B Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #15273B

Tints of Tangaroa #15273B

Color information

#15273B (or 0x15273B) is unknown color: approx Tangaroa. HEX triplet: 15, 27 and 3B. RGB value is (21,39,59). Sum of RGB (Red+Green+Blue) = 21+39+59=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 59 (23.44% from 255 or 49.58% from 119); Max value from RGB is 59 - color contains mainly: blue. Hex color #15273B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15273B is #EAD8C4. Grayscale: #232323. Windows color (decimal): -15390917 or 3876629. OLE color: 3876629.

HSL color Cylindrical-coordinate representation of color #15273B: hue angle of 211.58º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15273B is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB213959-
CMYK0.640.3400.77
HSL211.58º47.5%15.69%-
HSV(B)211.58º64.41%23.14%-
XYZ1.821.934.41-
YUV35.9141.04117.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.65%
GREEN value IS 39 (15.62% from 255) = 32.77%
BLUE value IS 59 (23.44% from 255) = 49.58%
R=17.65%
G=32.77%
B=49.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2139590.640.3400.77211.5847.515.69
Hex15273B402204Dd43010
Octal2547731004201153246020
Binary101011001111110111000000100010010011011101010011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15273B; }

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

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

<style>
 a { background-color: #15273B; }

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

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

<style>
 span { border-color: #15273B; }

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

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