Html Css Color HEX #152635 Tangaroa

📋 copy color: '#152635'

red 21 ◦ green 38 ◦ blue 53

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

Shades of Tangaroa #152635

Tints of Tangaroa #152635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 47.32%

R = 18.75%
G = 33.93%
B = 47.32%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#152635 (or 0x152635) is known color: Tangaroa. HEX triplet: 15, 26 and 35. RGB value is (21,38,53). Sum of RGB (Red+Green+Blue) = 21+38+53=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 53 - color contains mainly: blue. Hex color #152635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152635 is #EAD9CA. Grayscale: #222222. Windows color (decimal): -15391179 or 3483157. OLE color: 3483157.

HSL color Cylindrical-coordinate representation of color #152635: hue angle of 208.12º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #152635 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 38 53 -
CMYK 0.60 0.28 0 0.79
HSL 208.13º 0.43% 0.15% -
HSV(B) 208.13º 0.6% 0.21% -
XYZ 1.64 1.8 3.63 -
YUV 34.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 21 38 53 0.60 0.28 0 0.79 208.13 0.43 0.15
Hex 15 26 35 3C 1C 0 4F D0 2B F
Octal 25 46 65 74 34 0 117 320 53 17
Binary 10101 100110 110101 111100 11100 0 1001111 11010000 101011 1111

Color Harmonies of #152635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152635

Black with #152635

Text Example


Text Example

White with #152635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152635; }

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

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

background-color css

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

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

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

border-color css

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

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

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