#15273C

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

Shades of Tangaroa #15273C

Tints of Tangaroa #15273C

Color information

#15273C (or 0x15273C) is unknown color: approx Tangaroa. HEX triplet: 15, 27 and 3C. RGB value is (21,39,60). Sum of RGB (Red+Green+Blue) = 21+39+60=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 60 (23.83% from 255 or 50% from 120); Max value from RGB is 60 - color contains mainly: blue. Hex color #15273C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15273C is #EAD8C3. Grayscale: #232323. Windows color (decimal): -15390916 or 3942165. OLE color: 3942165.

HSL color Cylindrical-coordinate representation of color #15273C: hue angle of 212.31º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #15273C is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB213960-
CMYK0.650.3500.76
HSL212.31º48.15%15.88%-
HSV(B)212.31º65%23.53%-
XYZ1.851.944.55-
YUV36.01141.54117.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 39 (15.62% from 255) = 32.5%
BLUE value IS 60 (23.83% from 255) = 50%
R=17.5%
G=32.5%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2139600.650.3500.76212.3148.1515.88
Hex15273C412304Cd43010
Octal2547741014301143246020
Binary101011001111111001000001100011010011001101010011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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