Html Css Color HEX #152A39 Tangaroa

📋 copy color: '#152A39'

red 21 ◦ green 42 ◦ blue 57

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

Shades of Tangaroa #152A39

Tints of Tangaroa #152A39

RGB

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

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

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

R = 17.5%
G = 35%
B = 47.5%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#152A39 (or 0x152A39) is known color: Tangaroa. HEX triplet: 15, 2A and 39. RGB value is (21,42,57). Sum of RGB (Red+Green+Blue) = 21+42+57=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 57 (22.66% from 255 or 47.5% from 120); Max value from RGB is 57 - color contains mainly: blue. Hex color #152A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A39 is #EAD5C6. Grayscale: #252525. Windows color (decimal): -15390151 or 3746325. OLE color: 3746325.

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

Color convert

RGB 21 42 57 -
CMYK 0.63 0.26 0 0.78
HSL 205º 0.46% 0.15% -
HSV(B) 205º 0.63% 0.22% -
XYZ 1.88 2.11 4.18 -
YUV 37.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 21 42 57 0.63 0.26 0 0.78 205 0.46 0.15
Hex 15 2A 39 3F 1A 0 4E CD 2E F
Octal 25 52 71 77 32 0 116 315 56 17
Binary 10101 101010 111001 111111 11010 0 1001110 11001101 101110 1111

Color Harmonies of #152A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152A39

Black with #152A39

Text Example


Text Example

White with #152A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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