Html Css Color HEX #152839 Tangaroa

📋 copy color: '#152839'

red 21 ◦ green 40 ◦ blue 57

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

Shades of Tangaroa #152839

Tints of Tangaroa #152839

RGB

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

 GREEN value IS 40 (16.02% from 255) = 33.9%

 BLUE value IS 57 (22.66% from 255) = 48.31%

R = 17.8%
G = 33.9%
B = 48.31%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#152839 (or 0x152839) is known color: Tangaroa. HEX triplet: 15, 28 and 39. RGB value is (21,40,57). Sum of RGB (Red+Green+Blue) = 21+40+57=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 57 (22.66% from 255 or 48.31% from 118); Max value from RGB is 57 - color contains mainly: blue. Hex color #152839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152839 is #EAD7C6. Grayscale: #242424. Windows color (decimal): -15390663 or 3745813. OLE color: 3745813.

HSL color Cylindrical-coordinate representation of color #152839: hue angle of 208.33º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #152839 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 40 57 -
CMYK 0.63 0.30 0 0.78
HSL 208.33º 0.46% 0.15% -
HSV(B) 208.33º 0.63% 0.22% -
XYZ 1.81 1.97 4.16 -
YUV 36.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 21 40 57 0.63 0.30 0 0.78 208.33 0.46 0.15
Hex 15 28 39 3F 1E 0 4E D0 2E F
Octal 25 50 71 77 36 0 116 320 56 17
Binary 10101 101000 111001 111111 11110 0 1001110 11010000 101110 1111

Color Harmonies of #152839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152839

Black with #152839

Text Example


Text Example

White with #152839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152839; }

 p { color: rgb(21,40,57); }

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

background-color css

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

 a { background-color: rgb(21,40,57); }

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

border-color css

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

 span { border-color: rgb(21,40,57); }

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