Html Css Color HEX #152D37 Tangaroa

📋 copy color: '#152D37'

red 21 ◦ green 45 ◦ blue 55

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

Shades of Tangaroa #152D37

Tints of Tangaroa #152D37

RGB

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

 GREEN value IS 45 (17.97% from 255) = 37.19%

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

R = 17.36%
G = 37.19%
B = 45.45%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#152D37 (or 0x152D37) is known color: Tangaroa. HEX triplet: 15, 2D and 37. RGB value is (21,45,55). Sum of RGB (Red+Green+Blue) = 21+45+55=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 55 - color contains mainly: blue. Hex color #152D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D37 is #EAD2C8. Grayscale: #262626. Windows color (decimal): -15389385 or 3616021. OLE color: 3616021.

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

Color convert

RGB 21 45 55 -
CMYK 0.62 0.18 0 0.78
HSL 197.65º 0.45% 0.15% -
HSV(B) 197.65º 0.62% 0.22% -
XYZ 1.94 2.31 3.96 -
YUV 38.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 21 45 55 0.62 0.18 0 0.78 197.65 0.45 0.15
Hex 15 2D 37 3E 12 0 4E C6 2D F
Octal 25 55 67 76 22 0 116 306 55 17
Binary 10101 101101 110111 111110 10010 0 1001110 11000110 101101 1111

Color Harmonies of #152D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152D37

Black with #152D37

Text Example


Text Example

White with #152D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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