#15283C

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

Shades of Tangaroa #15283C

Tints of Tangaroa #15283C

Color information

#15283C (or 0x15283C) is unknown color: approx Tangaroa. HEX triplet: 15, 28 and 3C. RGB value is (21,40,60). Sum of RGB (Red+Green+Blue) = 21+40+60=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 60 (23.83% from 255 or 49.59% from 121); Max value from RGB is 60 - color contains mainly: blue. Hex color #15283C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15283C is #EAD7C3. Grayscale: #242424. Windows color (decimal): -15390660 or 3942421. OLE color: 3942421.

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

Color convert

RGB214060-
CMYK0.650.3300.76
HSL210.77º48.15%15.88%-
HSV(B)210.77º65%23.53%-
XYZ1.8824.56-
YUV36.6141.21116.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 40 (16.02% from 255) = 33.06%
BLUE value IS 60 (23.83% from 255) = 49.59%
R=17.36%
G=33.06%
B=49.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2140600.650.3300.76210.7748.1515.88
Hex15283C412104Cd33010
Octal2550741014101143236020
Binary101011010001111001000001100001010011001101001111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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