Html Css Color HEX #11293A Tangaroa

📋 copy color: '#11293A'

red 17 ◦ green 41 ◦ blue 58

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

Shades of Tangaroa #11293A

Tints of Tangaroa #11293A

RGB

 RED value IS 17 (7.03% from 255) = 14.66%

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

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

R = 14.66%
G = 35.34%
B = 50%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#11293A (or 0x11293A) is known color: Tangaroa. HEX triplet: 11, 29 and 3A. RGB value is (17,41,58). Sum of RGB (Red+Green+Blue) = 17+41+58=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #11293A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11293A is #EED6C5. Grayscale: #232323. Windows color (decimal): -15652550 or 3811601. OLE color: 3811601.

HSL color Cylindrical-coordinate representation of color #11293A: hue angle of 204.88º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11293A is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 17 41 58 -
CMYK 0.71 0.29 0 0.77
HSL 204.88º 0.55% 0.15% -
HSV(B) 204.88º 0.71% 0.23% -
XYZ 1.79 2.01 4.3 -
YUV 35.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 17 41 58 0.71 0.29 0 0.77 204.88 0.55 0.15
Hex 11 29 3A 47 1D 0 4D CD 37 F
Octal 21 51 72 107 35 0 115 315 67 17
Binary 10001 101001 111010 1000111 11101 0 1001101 11001101 110111 1111

Color Harmonies of #11293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11293A

Black with #11293A

Text Example


Text Example

White with #11293A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,41,58); }

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

background-color css

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

 a { background-color: rgb(17,41,58); }

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

border-color css

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

 span { border-color: rgb(17,41,58); }

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