#15283F

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

Shades of Tangaroa #15283F

Tints of Tangaroa #15283F

Color information

#15283F (or 0x15283F) is unknown color: approx Tangaroa. HEX triplet: 15, 28 and 3F. RGB value is (21,40,63). Sum of RGB (Red+Green+Blue) = 21+40+63=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #15283F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15283F is #EAD7C0. Grayscale: #242424. Windows color (decimal): -15390657 or 4139029. OLE color: 4139029.

HSL color Cylindrical-coordinate representation of color #15283F: hue angle of 212.86º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15283F is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB214063-
CMYK0.670.3700.75
HSL212.86º50%16.47%-
HSV(B)212.86º66.67%24.71%-
XYZ1.972.044.99-
YUV36.94142.71116.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.94%
GREEN value IS 40 (16.02% from 255) = 32.26%
BLUE value IS 63 (25% from 255) = 50.81%
R=16.94%
G=32.26%
B=50.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2140630.670.3700.75212.865016.47
Hex15283F432504Bd53210
Octal2550771034501133256220
Binary101011010001111111000011100101010010111101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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