Html Css Color HEX #15253B Tangaroa

📋 copy color: '#15253B'

red 21 ◦ green 37 ◦ blue 59

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

Shades of Tangaroa #15253B

Tints of Tangaroa #15253B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.62%

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

R = 17.95%
G = 31.62%
B = 50.43%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#15253B (or 0x15253B) is known color: Tangaroa. HEX triplet: 15, 25 and 3B. RGB value is (21,37,59). Sum of RGB (Red+Green+Blue) = 21+37+59=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 59 (23.44% from 255 or 50.43% from 117); Max value from RGB is 59 - color contains mainly: blue. Hex color #15253B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15253B is #EADAC4. Grayscale: #222222. Windows color (decimal): -15391429 or 3876117. OLE color: 3876117.

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

Color convert

RGB 21 37 59 -
CMYK 0.64 0.37 0 0.77
HSL 214.74º 0.48% 0.16% -
HSV(B) 214.74º 0.64% 0.23% -
XYZ 1.76 1.8 4.39 -
YUV 34.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 21 37 59 0.64 0.37 0 0.77 214.74 0.48 0.16
Hex 15 25 3B 40 25 0 4D D7 30 10
Octal 25 45 73 100 45 0 115 327 60 20
Binary 10101 100101 111011 1000000 100101 0 1001101 11010111 110000 10000

Color Harmonies of #15253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15253B

Black with #15253B

Text Example


Text Example

White with #15253B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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