Html Css Color HEX #152437 Tangaroa

📋 copy color: '#152437'

red 21 ◦ green 36 ◦ blue 55

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

Shades of Tangaroa #152437

Tints of Tangaroa #152437

RGB

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

 GREEN value IS 36 (14.45% from 255) = 32.14%

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

R = 18.75%
G = 32.14%
B = 49.11%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#152437 (or 0x152437) is known color: Tangaroa. HEX triplet: 15, 24 and 37. RGB value is (21,36,55). Sum of RGB (Red+Green+Blue) = 21+36+55=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 55 (21.88% from 255 or 49.11% from 112); Max value from RGB is 55 - color contains mainly: blue. Hex color #152437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152437 is #EADBC8. Grayscale: #212121. Windows color (decimal): -15391689 or 3613717. OLE color: 3613717.

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

Color convert

RGB 21 36 55 -
CMYK 0.62 0.35 0 0.78
HSL 213.53º 0.45% 0.15% -
HSV(B) 213.53º 0.62% 0.22% -
XYZ 1.63 1.7 3.86 -
YUV 33.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 21 36 55 0.62 0.35 0 0.78 213.53 0.45 0.15
Hex 15 24 37 3E 23 0 4E D6 2D F
Octal 25 44 67 76 43 0 116 326 55 17
Binary 10101 100100 110111 111110 100011 0 1001110 11010110 101101 1111

Color Harmonies of #152437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152437

Black with #152437

Text Example


Text Example

White with #152437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152437; }

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

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

background-color css

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

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

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

border-color css

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

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

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