Html Css Color HEX #152337 Tangaroa

📋 copy color: '#152337'

red 21 ◦ green 35 ◦ blue 55

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

Shades of Tangaroa #152337

Tints of Tangaroa #152337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 31.53%

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

R = 18.92%
G = 31.53%
B = 49.55%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#152337 (or 0x152337) is known color: Tangaroa. HEX triplet: 15, 23 and 37. RGB value is (21,35,55). Sum of RGB (Red+Green+Blue) = 21+35+55=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #152337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152337 is #EADCC8. Grayscale: #212121. Windows color (decimal): -15391945 or 3613461. OLE color: 3613461.

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

Color convert

RGB 21 35 55 -
CMYK 0.62 0.36 0 0.78
HSL 215.29º 0.45% 0.15% -
HSV(B) 215.29º 0.62% 0.22% -
XYZ 1.6 1.64 3.85 -
YUV 33.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 21 35 55 0.62 0.36 0 0.78 215.29 0.45 0.15
Hex 15 23 37 3E 24 0 4E D7 2D F
Octal 25 43 67 76 44 0 116 327 55 17
Binary 10101 100011 110111 111110 100100 0 1001110 11010111 101101 1111

Color Harmonies of #152337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152337

Black with #152337

Text Example


Text Example

White with #152337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152337; }

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

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

background-color css

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

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

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

border-color css

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

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

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