#15283D

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

Shades of Tangaroa #15283D

Tints of Tangaroa #15283D

Color information

#15283D (or 0x15283D) is unknown color: approx Tangaroa. HEX triplet: 15, 28 and 3D. RGB value is (21,40,61). Sum of RGB (Red+Green+Blue) = 21+40+61=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #15283D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15283D is #EAD7C2. Grayscale: #242424. Windows color (decimal): -15390659 or 4007957. OLE color: 4007957.

HSL color Cylindrical-coordinate representation of color #15283D: hue angle of 211.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #15283D is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB214061-
CMYK0.660.3400.76
HSL211.5º48.78%16.08%-
HSV(B)211.5º65.57%23.92%-
XYZ1.912.014.7-
YUV36.71141.71116.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.21%
GREEN value IS 40 (16.02% from 255) = 32.79%
BLUE value IS 61 (24.22% from 255) = 50%
R=17.21%
G=32.79%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2140610.660.3400.76211.548.7816.08
Hex15283D422204Cd43110
Octal2550751024201143246120
Binary101011010001111011000010100010010011001101010011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15283D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15283D; }

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

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

<style>
 a { background-color: #15283D; }

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

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

<style>
 span { border-color: #15283D; }

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

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