#152F3F

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

Shades of Tangaroa #152F3F

Tints of Tangaroa #152F3F

Color information

#152F3F (or 0x152F3F) is unknown color: approx Tangaroa. HEX triplet: 15, 2F and 3F. RGB value is (21,47,63). Sum of RGB (Red+Green+Blue) = 21+47+63=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #152F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F3F is #EAD0C0. Grayscale: #282828. Windows color (decimal): -15388865 or 4140821. OLE color: 4140821.

HSL color Cylindrical-coordinate representation of color #152F3F: hue angle of 202.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 #152F3F is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB214763-
CMYK0.670.2500.75
HSL202.86º50%16.47%-
HSV(B)202.86º66.67%24.71%-
XYZ2.222.555.08-
YUV41.05140.39113.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.03%
GREEN value IS 47 (18.75% from 255) = 35.88%
BLUE value IS 63 (25% from 255) = 48.09%
R=16.03%
G=35.88%
B=48.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2147630.670.2500.75202.865016.47
Hex152F3F431904Bcb3210
Octal2557771033101133136220
Binary10101101111111111100001111001010010111100101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152F3F; }

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

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

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

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

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

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

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

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