#15283B

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

Shades of Tangaroa #15283B

Tints of Tangaroa #15283B

Color information

#15283B (or 0x15283B) is unknown color: approx Tangaroa. HEX triplet: 15, 28 and 3B. RGB value is (21,40,59). Sum of RGB (Red+Green+Blue) = 21+40+59=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 59 (23.44% from 255 or 49.17% from 120); Max value from RGB is 59 - color contains mainly: blue. Hex color #15283B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15283B is #EAD7C4. Grayscale: #242424. Windows color (decimal): -15390661 or 3876885. OLE color: 3876885.

HSL color Cylindrical-coordinate representation of color #15283B: hue angle of 210º 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 #15283B is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB214059-
CMYK0.640.3200.77
HSL210º47.5%15.69%-
HSV(B)210º64.41%23.14%-
XYZ1.861.994.42-
YUV36.48140.71116.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 40 (16.02% from 255) = 33.33%
BLUE value IS 59 (23.44% from 255) = 49.17%
R=17.5%
G=33.33%
B=49.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2140590.640.3200.7721047.515.69
Hex15283B402004Dd23010
Octal2550731004001153226020
Binary101011010001110111000000100000010011011101001011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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