Html Css Color HEX #15293D Tangaroa

📋 copy color: '#15293D'

red 21 ◦ green 41 ◦ blue 61

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

Shades of Tangaroa #15293D

Tints of Tangaroa #15293D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 49.59%

R = 17.07%
G = 33.33%
B = 49.59%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#15293D (or 0x15293D) is known color: Tangaroa. HEX triplet: 15, 29 and 3D. RGB value is (21,41,61). Sum of RGB (Red+Green+Blue) = 21+41+61=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #15293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15293D is #EAD6C2. Grayscale: #252525. Windows color (decimal): -15390403 or 4008213. OLE color: 4008213.

HSL color Cylindrical-coordinate representation of color #15293D: hue angle of 210º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #15293D is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 41 61 -
CMYK 0.66 0.33 0 0.76
HSL 210º 0.49% 0.16% -
HSV(B) 210º 0.66% 0.24% -
XYZ 1.94 2.08 4.71 -
YUV 37.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 21 41 61 0.66 0.33 0 0.76 210 0.49 0.16
Hex 15 29 3D 42 21 0 4C D2 31 10
Octal 25 51 75 102 41 0 114 322 61 20
Binary 10101 101001 111101 1000010 100001 0 1001100 11010010 110001 10000

Color Harmonies of #15293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15293D

Black with #15293D

Text Example


Text Example

White with #15293D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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