Html Css Color HEX #15273B Tangaroa

📋 copy color: '#15273B'

red 21 ◦ green 39 ◦ blue 59

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

Shades of Tangaroa #15273B

Tints of Tangaroa #15273B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 49.58%

R = 17.65%
G = 32.77%
B = 49.58%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#15273B (or 0x15273B) is known color: Tangaroa. HEX triplet: 15, 27 and 3B. RGB value is (21,39,59). Sum of RGB (Red+Green+Blue) = 21+39+59=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 59 (23.44% from 255 or 49.58% from 119); Max value from RGB is 59 - color contains mainly: blue. Hex color #15273B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15273B is #EAD8C4. Grayscale: #232323. Windows color (decimal): -15390917 or 3876629. OLE color: 3876629.

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

Color convert

RGB 21 39 59 -
CMYK 0.64 0.34 0 0.77
HSL 211.58º 0.48% 0.16% -
HSV(B) 211.58º 0.64% 0.23% -
XYZ 1.82 1.93 4.41 -
YUV 35.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 21 39 59 0.64 0.34 0 0.77 211.58 0.48 0.16
Hex 15 27 3B 40 22 0 4D D4 30 10
Octal 25 47 73 100 42 0 115 324 60 20
Binary 10101 100111 111011 1000000 100010 0 1001101 11010100 110000 10000

Color Harmonies of #15273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15273B

Black with #15273B

Text Example


Text Example

White with #15273B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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