Html Css Color HEX #112839 Tangaroa

📋 copy color: '#112839'

red 17 ◦ green 40 ◦ blue 57

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

Shades of Tangaroa #112839

Tints of Tangaroa #112839

RGB

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

 GREEN value IS 40 (16.02% from 255) = 35.09%

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

R = 14.91%
G = 35.09%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#112839 (or 0x112839) is known color: Tangaroa. HEX triplet: 11, 28 and 39. RGB value is (17,40,57). Sum of RGB (Red+Green+Blue) = 17+40+57=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #112839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112839 is #EED7C6. Grayscale: #222222. Windows color (decimal): -15652807 or 3745809. OLE color: 3745809.

HSL color Cylindrical-coordinate representation of color #112839: hue angle of 205.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 #112839 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 40 57 -
CMYK 0.70 0.30 0 0.78
HSL 205.5º 0.54% 0.15% -
HSV(B) 205.5º 0.7% 0.22% -
XYZ 1.73 1.93 4.15 -
YUV 35.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 17 40 57 0.70 0.30 0 0.78 205.5 0.54 0.15
Hex 11 28 39 46 1E 0 4E CE 36 F
Octal 21 50 71 106 36 0 116 316 66 17
Binary 10001 101000 111001 1000110 11110 0 1001110 11001110 110110 1111

Color Harmonies of #112839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112839

Black with #112839

Text Example


Text Example

White with #112839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112839; }

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

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

background-color css

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

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

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

border-color css

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

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

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