Html Css Color HEX #11293D Tangaroa

📋 copy color: '#11293D'

red 17 ◦ green 41 ◦ blue 61

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

Shades of Tangaroa #11293D

Tints of Tangaroa #11293D

RGB

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

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

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

R = 14.29%
G = 34.45%
B = 51.26%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#11293D (or 0x11293D) is known color: Tangaroa. HEX triplet: 11, 29 and 3D. RGB value is (17,41,61). Sum of RGB (Red+Green+Blue) = 17+41+61=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #11293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11293D is #EED6C2. Grayscale: #242424. Windows color (decimal): -15652547 or 4008209. OLE color: 4008209.

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

Color convert

RGB 17 41 61 -
CMYK 0.72 0.33 0 0.76
HSL 207.27º 0.56% 0.15% -
HSV(B) 207.27º 0.72% 0.24% -
XYZ 1.87 2.04 4.71 -
YUV 36.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 17 41 61 0.72 0.33 0 0.76 207.27 0.56 0.15
Hex 11 29 3D 48 21 0 4C CF 38 F
Octal 21 51 75 110 41 0 114 317 70 17
Binary 10001 101001 111101 1001000 100001 0 1001100 11001111 111000 1111

Color Harmonies of #11293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11293D

Black with #11293D

Text Example


Text Example

White with #11293D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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