#152637

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

Shades of Tangaroa #152637

Tints of Tangaroa #152637

Color information

#152637 (or 0x152637) is unknown color: approx Tangaroa. HEX triplet: 15, 26 and 37. RGB value is (21,38,55). Sum of RGB (Red+Green+Blue) = 21+38+55=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 55 (21.88% from 255 or 48.25% from 114); Max value from RGB is 55 - color contains mainly: blue. Hex color #152637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152637 is #EAD9C8. Grayscale: #222222. Windows color (decimal): -15391177 or 3614229. OLE color: 3614229.

HSL color Cylindrical-coordinate representation of color #152637: hue angle of 210º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #152637 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB213855-
CMYK0.620.3100.78
HSL210º44.74%14.9%-
HSV(B)210º61.82%21.57%-
XYZ1.691.823.88-
YUV34.85139.37118.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.42%
GREEN value IS 38 (15.23% from 255) = 33.33%
BLUE value IS 55 (21.88% from 255) = 48.25%
R=18.42%
G=33.33%
B=48.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2138550.620.3100.7821044.7414.9
Hex1526373E1F04Ed22df
Octal254667763701163225517
Binary101011001101101111111101111101001110110100101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152637; }

 p { color: rgb(21,38,55); }

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

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

 a { background-color: rgb(21,38,55); }

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

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

 span { border-color: rgb(21,38,55); }

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