Html Css Color HEX #112E3D Tangaroa

📋 copy color: '#112E3D'

red 17 ◦ green 46 ◦ blue 61

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

Shades of Tangaroa #112E3D

Tints of Tangaroa #112E3D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 37.1%

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

R = 13.71%
G = 37.1%
B = 49.19%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#112E3D (or 0x112E3D) is known color: Tangaroa. HEX triplet: 11, 2E and 3D. RGB value is (17,46,61). Sum of RGB (Red+Green+Blue) = 17+46+61=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #112E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E3D is #EED1C2. Grayscale: #262626. Windows color (decimal): -15651267 or 4009489. OLE color: 4009489.

HSL color Cylindrical-coordinate representation of color #112E3D: hue angle of 200.45º 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 #112E3D is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 46 61 -
CMYK 0.72 0.25 0 0.76
HSL 200.45º 0.56% 0.15% -
HSV(B) 200.45º 0.72% 0.24% -
XYZ 2.05 2.41 4.77 -
YUV 39.04 140.39 112.28 -
System Red Green Blue C M Y K H S L
Decimal 17 46 61 0.72 0.25 0 0.76 200.45 0.56 0.15
Hex 11 2E 3D 48 19 0 4C C8 38 F
Octal 21 56 75 110 31 0 114 310 70 17
Binary 10001 101110 111101 1001000 11001 0 1001100 11001000 111000 1111

Color Harmonies of #112E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E3D

Black with #112E3D

Text Example


Text Example

White with #112E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112E3D; }

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

 H1.HeaderClassName
 {
   color: #112E3D;
 }
 .AnyTagClassName
 {
   color: #112E3D;
 }
</style>

background-color css

<style>
 a { background-color: #112E3D; }

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

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

border-color css

<style>
 span { border-color: #112E3D; }

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

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