Html Css Color HEX #15293A Tangaroa

📋 copy color: '#15293A'

red 21 ◦ green 41 ◦ blue 58

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

Shades of Tangaroa #15293A

Tints of Tangaroa #15293A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 34.17%

 BLUE value IS 58 (23.05% from 255) = 48.33%

R = 17.5%
G = 34.17%
B = 48.33%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#15293A (or 0x15293A) is known color: Tangaroa. HEX triplet: 15, 29 and 3A. RGB value is (21,41,58). Sum of RGB (Red+Green+Blue) = 21+41+58=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #15293A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15293A is #EAD6C5. Grayscale: #242424. Windows color (decimal): -15390406 or 3811605. OLE color: 3811605.

HSL color Cylindrical-coordinate representation of color #15293A: hue angle of 207.57º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15293A is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 21 41 58 -
CMYK 0.64 0.29 0 0.77
HSL 207.57º 0.47% 0.15% -
HSV(B) 207.57º 0.64% 0.23% -
XYZ 1.87 2.05 4.3 -
YUV 36.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 21 41 58 0.64 0.29 0 0.77 207.57 0.47 0.15
Hex 15 29 3A 40 1D 0 4D D0 2F F
Octal 25 51 72 100 35 0 115 320 57 17
Binary 10101 101001 111010 1000000 11101 0 1001101 11010000 101111 1111

Color Harmonies of #15293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15293A

Black with #15293A

Text Example


Text Example

White with #15293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15293A; }

 p { color: rgb(21,41,58); }

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

background-color css

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

 a { background-color: rgb(21,41,58); }

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

border-color css

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

 span { border-color: rgb(21,41,58); }

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