Html Css Color HEX #15293F Tangaroa

📋 copy color: '#15293F'

red 21 ◦ green 41 ◦ blue 63

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

Shades of Tangaroa #15293F

Tints of Tangaroa #15293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 50.4%

R = 16.8%
G = 32.8%
B = 50.4%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#15293F (or 0x15293F) is known color: Tangaroa. HEX triplet: 15, 29 and 3F. RGB value is (21,41,63). Sum of RGB (Red+Green+Blue) = 21+41+63=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #15293F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15293F is #EAD6C0. Grayscale: #252525. Windows color (decimal): -15390401 or 4139285. OLE color: 4139285.

HSL color Cylindrical-coordinate representation of color #15293F: hue angle of 211.43º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15293F is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 41 63 -
CMYK 0.67 0.35 0 0.75
HSL 211.43º 0.5% 0.16% -
HSV(B) 211.43º 0.67% 0.25% -
XYZ 2 2.1 5 -
YUV 37.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 21 41 63 0.67 0.35 0 0.75 211.43 0.5 0.16
Hex 15 29 3F 43 23 0 4B D3 32 10
Octal 25 51 77 103 43 0 113 323 62 20
Binary 10101 101001 111111 1000011 100011 0 1001011 11010011 110010 10000

Color Harmonies of #15293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15293F

Black with #15293F

Text Example


Text Example

White with #15293F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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