Html Css Color HEX #152A37 Tangaroa

📋 copy color: '#152A37'

red 21 ◦ green 42 ◦ blue 55

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

Shades of Tangaroa #152A37

Tints of Tangaroa #152A37

RGB

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

 GREEN value IS 42 (16.8% from 255) = 35.59%

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

R = 17.8%
G = 35.59%
B = 46.61%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#152A37 (or 0x152A37) is known color: Tangaroa. HEX triplet: 15, 2A and 37. RGB value is (21,42,55). Sum of RGB (Red+Green+Blue) = 21+42+55=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 55 (21.88% from 255 or 46.61% from 118); Max value from RGB is 55 - color contains mainly: blue. Hex color #152A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A37 is #EAD5C8. Grayscale: #252525. Windows color (decimal): -15390153 or 3615253. OLE color: 3615253.

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

Color convert

RGB 21 42 55 -
CMYK 0.62 0.24 0 0.78
HSL 202.94º 0.45% 0.15% -
HSV(B) 202.94º 0.62% 0.22% -
XYZ 1.83 2.09 3.92 -
YUV 37.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 21 42 55 0.62 0.24 0 0.78 202.94 0.45 0.15
Hex 15 2A 37 3E 18 0 4E CB 2D F
Octal 25 52 67 76 30 0 116 313 55 17
Binary 10101 101010 110111 111110 11000 0 1001110 11001011 101101 1111

Color Harmonies of #152A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152A37

Black with #152A37

Text Example


Text Example

White with #152A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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