Html Css Color HEX #152235 Tangaroa

📋 copy color: '#152235'

red 21 ◦ green 34 ◦ blue 53

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

Shades of Tangaroa #152235

Tints of Tangaroa #152235

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.48%

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

R = 19.44%
G = 31.48%
B = 49.07%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#152235 (or 0x152235) is known color: Tangaroa. HEX triplet: 15, 22 and 35. RGB value is (21,34,53). Sum of RGB (Red+Green+Blue) = 21+34+53=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 53 - color contains mainly: blue. Hex color #152235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152235 is #EADDCA. Grayscale: #202020. Windows color (decimal): -15392203 or 3482133. OLE color: 3482133.

HSL color Cylindrical-coordinate representation of color #152235: hue angle of 215.62º 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 #152235 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 34 53 -
CMYK 0.60 0.36 0 0.79
HSL 215.63º 0.43% 0.15% -
HSV(B) 215.63º 0.6% 0.21% -
XYZ 1.52 1.56 3.59 -
YUV 32.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 21 34 53 0.60 0.36 0 0.79 215.63 0.43 0.15
Hex 15 22 35 3C 24 0 4F D8 2B F
Octal 25 42 65 74 44 0 117 330 53 17
Binary 10101 100010 110101 111100 100100 0 1001111 11011000 101011 1111

Color Harmonies of #152235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152235

Black with #152235

Text Example


Text Example

White with #152235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152235; }

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

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

background-color css

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

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

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

border-color css

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

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

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