Html Css Color HEX #152A38 Tangaroa

📋 copy color: '#152A38'

red 21 ◦ green 42 ◦ blue 56

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

Shades of Tangaroa #152A38

Tints of Tangaroa #152A38

RGB

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

 GREEN value IS 42 (16.8% from 255) = 35.29%

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

R = 17.65%
G = 35.29%
B = 47.06%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#152A38 (or 0x152A38) is known color: Tangaroa. HEX triplet: 15, 2A and 38. RGB value is (21,42,56). Sum of RGB (Red+Green+Blue) = 21+42+56=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 56 (22.27% from 255 or 47.06% from 119); Max value from RGB is 56 - color contains mainly: blue. Hex color #152A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A38 is #EAD5C7. Grayscale: #252525. Windows color (decimal): -15390152 or 3680789. OLE color: 3680789.

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

Color convert

RGB 21 42 56 -
CMYK 0.63 0.25 0 0.78
HSL 204º 0.45% 0.15% -
HSV(B) 204º 0.63% 0.22% -
XYZ 1.85 2.1 4.05 -
YUV 37.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 21 42 56 0.63 0.25 0 0.78 204 0.45 0.15
Hex 15 2A 38 3F 19 0 4E CC 2D F
Octal 25 52 70 77 31 0 116 314 55 17
Binary 10101 101010 111000 111111 11001 0 1001110 11001100 101101 1111

Color Harmonies of #152A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152A38

Black with #152A38

Text Example


Text Example

White with #152A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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