Html Css Color HEX #152937 Tangaroa

📋 copy color: '#152937'

red 21 ◦ green 41 ◦ blue 55

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

Shades of Tangaroa #152937

Tints of Tangaroa #152937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 47.01%

R = 17.95%
G = 35.04%
B = 47.01%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#152937 (or 0x152937) is known color: Tangaroa. HEX triplet: 15, 29 and 37. RGB value is (21,41,55). Sum of RGB (Red+Green+Blue) = 21+41+55=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 55 (21.88% from 255 or 47.01% from 117); Max value from RGB is 55 - color contains mainly: blue. Hex color #152937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152937 is #EAD6C8. Grayscale: #242424. Windows color (decimal): -15390409 or 3614997. OLE color: 3614997.

HSL color Cylindrical-coordinate representation of color #152937: hue angle of 204.71º 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 #152937 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 41 55 -
CMYK 0.62 0.25 0 0.78
HSL 204.71º 0.45% 0.15% -
HSV(B) 204.71º 0.62% 0.22% -
XYZ 1.79 2.02 3.91 -
YUV 36.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 21 41 55 0.62 0.25 0 0.78 204.71 0.45 0.15
Hex 15 29 37 3E 19 0 4E CD 2D F
Octal 25 51 67 76 31 0 116 315 55 17
Binary 10101 101001 110111 111110 11001 0 1001110 11001101 101101 1111

Color Harmonies of #152937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152937

Black with #152937

Text Example


Text Example

White with #152937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152937; }

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

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

background-color css

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

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

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

border-color css

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

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

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