Html Css Color HEX #112C39 Tangaroa

📋 copy color: '#112C39'

red 17 ◦ green 44 ◦ blue 57

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

Shades of Tangaroa #112C39

Tints of Tangaroa #112C39

RGB

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

 GREEN value IS 44 (17.58% from 255) = 37.29%

 BLUE value IS 57 (22.66% from 255) = 48.31%

R = 14.41%
G = 37.29%
B = 48.31%

CMYK

 C value IS 0.70

 M value IS 0.23

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#112C39 (or 0x112C39) is known color: Tangaroa. HEX triplet: 11, 2C and 39. RGB value is (17,44,57). Sum of RGB (Red+Green+Blue) = 17+44+57=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 57 (22.66% from 255 or 48.31% from 118); Max value from RGB is 57 - color contains mainly: blue. Hex color #112C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C39 is #EED3C6. Grayscale: #252525. Windows color (decimal): -15651783 or 3746833. OLE color: 3746833.

HSL color Cylindrical-coordinate representation of color #112C39: hue angle of 199.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #112C39 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 44 57 -
CMYK 0.70 0.23 0 0.78
HSL 199.5º 0.54% 0.15% -
HSV(B) 199.5º 0.7% 0.22% -
XYZ 1.87 2.22 4.2 -
YUV 37.41 139.05 113.44 -
System Red Green Blue C M Y K H S L
Decimal 17 44 57 0.70 0.23 0 0.78 199.5 0.54 0.15
Hex 11 2C 39 46 17 0 4E C8 36 F
Octal 21 54 71 106 27 0 116 310 66 17
Binary 10001 101100 111001 1000110 10111 0 1001110 11001000 110110 1111

Color Harmonies of #112C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C39

Black with #112C39

Text Example


Text Example

White with #112C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,44,57); }

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

background-color css

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

 a { background-color: rgb(17,44,57); }

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

border-color css

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

 span { border-color: rgb(17,44,57); }

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