Html Css Color HEX #152C37 Tangaroa

📋 copy color: '#152C37'

red 21 ◦ green 44 ◦ blue 55

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

Shades of Tangaroa #152C37

Tints of Tangaroa #152C37

RGB

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

 GREEN value IS 44 (17.58% from 255) = 36.67%

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

R = 17.5%
G = 36.67%
B = 45.83%

CMYK

 C value IS 0.62

 M value IS 0.2

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#152C37 (or 0x152C37) is known color: Tangaroa. HEX triplet: 15, 2C and 37. RGB value is (21,44,55). Sum of RGB (Red+Green+Blue) = 21+44+55=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 55 - color contains mainly: blue. Hex color #152C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C37 is #EAD3C8. Grayscale: #262626. Windows color (decimal): -15389641 or 3615765. OLE color: 3615765.

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

Color convert

RGB 21 44 55 -
CMYK 0.62 0.2 0 0.78
HSL 199.41º 0.45% 0.15% -
HSV(B) 199.41º 0.62% 0.22% -
XYZ 1.9 2.24 3.95 -
YUV 38.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 21 44 55 0.62 0.2 0 0.78 199.41 0.45 0.15
Hex 15 2C 37 3E 14 0 4E C7 2D F
Octal 25 54 67 76 24 0 116 307 55 17
Binary 10101 101100 110111 111110 10100 0 1001110 11000111 101101 1111

Color Harmonies of #152C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152C37

Black with #152C37

Text Example


Text Example

White with #152C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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