#15283E

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

Shades of Tangaroa #15283E

Tints of Tangaroa #15283E

Color information

#15283E (or 0x15283E) is unknown color: approx Tangaroa. HEX triplet: 15, 28 and 3E. RGB value is (21,40,62). Sum of RGB (Red+Green+Blue) = 21+40+62=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #15283E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15283E is #EAD7C1. Grayscale: #242424. Windows color (decimal): -15390658 or 4073493. OLE color: 4073493.

HSL color Cylindrical-coordinate representation of color #15283E: hue angle of 212.2º 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 #15283E is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB214062-
CMYK0.660.3500.76
HSL212.2º49.4%16.27%-
HSV(B)212.2º66.13%24.31%-
XYZ1.942.024.85-
YUV36.83142.21116.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.07%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 62 (24.61% from 255) = 50.41%
R=17.07%
G=32.52%
B=50.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2140620.660.3500.76212.249.416.27
Hex15283E422304Cd43110
Octal2550761024301143246120
Binary101011010001111101000010100011010011001101010011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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