Html Css Color HEX #152637 Tangaroa

📋 copy color: '#152637'

red 21 ◦ green 38 ◦ blue 55

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

Shades of Tangaroa #152637

Tints of Tangaroa #152637

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.33%

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

R = 18.42%
G = 33.33%
B = 48.25%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#152637 (or 0x152637) is known color: Tangaroa. HEX triplet: 15, 26 and 37. RGB value is (21,38,55). Sum of RGB (Red+Green+Blue) = 21+38+55=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 55 (21.88% from 255 or 48.25% from 114); Max value from RGB is 55 - color contains mainly: blue. Hex color #152637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152637 is #EAD9C8. Grayscale: #222222. Windows color (decimal): -15391177 or 3614229. OLE color: 3614229.

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

Color convert

RGB 21 38 55 -
CMYK 0.62 0.31 0 0.78
HSL 210º 0.45% 0.15% -
HSV(B) 210º 0.62% 0.22% -
XYZ 1.69 1.82 3.88 -
YUV 34.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 21 38 55 0.62 0.31 0 0.78 210 0.45 0.15
Hex 15 26 37 3E 1F 0 4E D2 2D F
Octal 25 46 67 76 37 0 116 322 55 17
Binary 10101 100110 110111 111110 11111 0 1001110 11010010 101101 1111

Color Harmonies of #152637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152637

Black with #152637

Text Example


Text Example

White with #152637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152637; }

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

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

background-color css

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

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

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

border-color css

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

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

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