Html Css Color HEX #15273A Tangaroa

📋 copy color: '#15273A'

red 21 ◦ green 39 ◦ blue 58

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

Shades of Tangaroa #15273A

Tints of Tangaroa #15273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 33.05%

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

R = 17.8%
G = 33.05%
B = 49.15%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#15273A (or 0x15273A) is known color: Tangaroa. HEX triplet: 15, 27 and 3A. RGB value is (21,39,58). Sum of RGB (Red+Green+Blue) = 21+39+58=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #15273A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15273A is #EAD8C5. Grayscale: #232323. Windows color (decimal): -15390918 or 3811093. OLE color: 3811093.

HSL color Cylindrical-coordinate representation of color #15273A: hue angle of 210.81º 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 #15273A is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 21 39 58 -
CMYK 0.64 0.33 0 0.77
HSL 210.81º 0.47% 0.15% -
HSV(B) 210.81º 0.64% 0.23% -
XYZ 1.8 1.92 4.28 -
YUV 35.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 21 39 58 0.64 0.33 0 0.77 210.81 0.47 0.15
Hex 15 27 3A 40 21 0 4D D3 2F F
Octal 25 47 72 100 41 0 115 323 57 17
Binary 10101 100111 111010 1000000 100001 0 1001101 11010011 101111 1111

Color Harmonies of #15273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15273A

Black with #15273A

Text Example


Text Example

White with #15273A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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