Html Css Color HEX #152B37 Tangaroa

📋 copy color: '#152B37'

red 21 ◦ green 43 ◦ blue 55

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

Shades of Tangaroa #152B37

Tints of Tangaroa #152B37

RGB

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

 GREEN value IS 43 (17.19% from 255) = 36.13%

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

R = 17.65%
G = 36.13%
B = 46.22%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#152B37 (or 0x152B37) is known color: Tangaroa. HEX triplet: 15, 2B and 37. RGB value is (21,43,55). Sum of RGB (Red+Green+Blue) = 21+43+55=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 55 (21.88% from 255 or 46.22% from 119); Max value from RGB is 55 - color contains mainly: blue. Hex color #152B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152B37 is #EAD4C8. Grayscale: #252525. Windows color (decimal): -15389897 or 3615509. OLE color: 3615509.

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

Color convert

RGB 21 43 55 -
CMYK 0.62 0.22 0 0.78
HSL 201.18º 0.45% 0.15% -
HSV(B) 201.18º 0.62% 0.22% -
XYZ 1.86 2.16 3.93 -
YUV 37.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 21 43 55 0.62 0.22 0 0.78 201.18 0.45 0.15
Hex 15 2B 37 3E 16 0 4E C9 2D F
Octal 25 53 67 76 26 0 116 311 55 17
Binary 10101 101011 110111 111110 10110 0 1001110 11001001 101101 1111

Color Harmonies of #152B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152B37

Black with #152B37

Text Example


Text Example

White with #152B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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