Html Css Color HEX #11293E Tangaroa

📋 copy color: '#11293E'

red 17 ◦ green 41 ◦ blue 62

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

Shades of Tangaroa #11293E

Tints of Tangaroa #11293E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 51.67%

R = 14.17%
G = 34.17%
B = 51.67%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#11293E (or 0x11293E) is known color: Tangaroa. HEX triplet: 11, 29 and 3E. RGB value is (17,41,62). Sum of RGB (Red+Green+Blue) = 17+41+62=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #11293E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11293E is #EED6C1. Grayscale: #242424. Windows color (decimal): -15652546 or 4073745. OLE color: 4073745.

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

Color convert

RGB 17 41 62 -
CMYK 0.73 0.34 0 0.76
HSL 208º 0.57% 0.15% -
HSV(B) 208º 0.73% 0.24% -
XYZ 1.89 2.05 4.85 -
YUV 36.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 17 41 62 0.73 0.34 0 0.76 208 0.57 0.15
Hex 11 29 3E 49 22 0 4C D0 39 F
Octal 21 51 76 111 42 0 114 320 71 17
Binary 10001 101001 111110 1001001 100010 0 1001100 11010000 111001 1111

Color Harmonies of #11293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11293E

Black with #11293E

Text Example


Text Example

White with #11293E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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