Html Css Color HEX #152939 Tangaroa

📋 copy color: '#152939'

red 21 ◦ green 41 ◦ blue 57

#152939
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangaroa #152939

Tints of Tangaroa #152939

RGB

 RED value IS 21 (8.59% from 255) = 17.65%

 GREEN value IS 41 (16.41% from 255) = 34.45%

 BLUE value IS 57 (22.66% from 255) = 47.9%

R = 17.65%
G = 34.45%
B = 47.9%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#152939 (or 0x152939) is known color: Tangaroa. HEX triplet: 15, 29 and 39. RGB value is (21,41,57). Sum of RGB (Red+Green+Blue) = 21+41+57=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 57 (22.66% from 255 or 47.90% from 119); Max value from RGB is 57 - color contains mainly: blue. Hex color #152939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152939 is #EAD6C6. Grayscale: #242424. Windows color (decimal): -15390407 or 3746069. OLE color: 3746069.

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

Color convert

RGB 21 41 57 -
CMYK 0.63 0.28 0 0.78
HSL 206.67º 0.46% 0.15% -
HSV(B) 206.67º 0.63% 0.22% -
XYZ 1.84 2.04 4.17 -
YUV 36.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 21 41 57 0.63 0.28 0 0.78 206.67 0.46 0.15
Hex 15 29 39 3F 1C 0 4E CF 2E F
Octal 25 51 71 77 34 0 116 317 56 17
Binary 10101 101001 111001 111111 11100 0 1001110 11001111 101110 1111

Color Harmonies of #152939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152939

Black with #152939

Text Example


Text Example

White with #152939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152939; }

 p { color: rgb(21,41,57); }

 H1.HeaderClassName
 {
   color: #152939;
 }
 .AnyTagClassName
 {
   color: #152939;
 }
</style>

background-color css

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

 a { background-color: rgb(21,41,57); }

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

border-color css

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

 span { border-color: rgb(21,41,57); }

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