Html Css Color HEX #152837 Tangaroa

📋 copy color: '#152837'

red 21 ◦ green 40 ◦ blue 55

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

Shades of Tangaroa #152837

Tints of Tangaroa #152837

RGB

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

 GREEN value IS 40 (16.02% from 255) = 34.48%

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

R = 18.1%
G = 34.48%
B = 47.41%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#152837 (or 0x152837) is known color: Tangaroa. HEX triplet: 15, 28 and 37. RGB value is (21,40,55). Sum of RGB (Red+Green+Blue) = 21+40+55=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 55 (21.88% from 255 or 47.41% from 116); Max value from RGB is 55 - color contains mainly: blue. Hex color #152837 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152837 is #EAD7C8. Grayscale: #232323. Windows color (decimal): -15390665 or 3614741. OLE color: 3614741.

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

Color convert

RGB 21 40 55 -
CMYK 0.62 0.27 0 0.78
HSL 206.47º 0.45% 0.15% -
HSV(B) 206.47º 0.62% 0.22% -
XYZ 1.76 1.95 3.9 -
YUV 36.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 21 40 55 0.62 0.27 0 0.78 206.47 0.45 0.15
Hex 15 28 37 3E 1B 0 4E CE 2D F
Octal 25 50 67 76 33 0 116 316 55 17
Binary 10101 101000 110111 111110 11011 0 1001110 11001110 101101 1111

Color Harmonies of #152837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152837

Black with #152837

Text Example


Text Example

White with #152837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152837; }

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

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

background-color css

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

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

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

border-color css

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

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

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