Html Css Color HEX #152338 Tangaroa

📋 copy color: '#152338'

red 21 ◦ green 35 ◦ blue 56

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

Shades of Tangaroa #152338

Tints of Tangaroa #152338

RGB

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

 GREEN value IS 35 (14.06% from 255) = 31.25%

 BLUE value IS 56 (22.27% from 255) = 50%

R = 18.75%
G = 31.25%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#152338 (or 0x152338) is known color: Tangaroa. HEX triplet: 15, 23 and 38. RGB value is (21,35,56). Sum of RGB (Red+Green+Blue) = 21+35+56=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #152338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152338 is #EADCC7. Grayscale: #212121. Windows color (decimal): -15391944 or 3678997. OLE color: 3678997.

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

Color convert

RGB 21 35 56 -
CMYK 0.63 0.37 0 0.78
HSL 216º 0.45% 0.15% -
HSV(B) 216º 0.63% 0.22% -
XYZ 1.62 1.65 3.97 -
YUV 33.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 21 35 56 0.63 0.37 0 0.78 216 0.45 0.15
Hex 15 23 38 3F 25 0 4E D8 2D F
Octal 25 43 70 77 45 0 116 330 55 17
Binary 10101 100011 111000 111111 100101 0 1001110 11011000 101101 1111

Color Harmonies of #152338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152338

Black with #152338

Text Example


Text Example

White with #152338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152338; }

 p { color: rgb(21,35,56); }

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

background-color css

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

 a { background-color: rgb(21,35,56); }

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

border-color css

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

 span { border-color: rgb(21,35,56); }

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