Html Css Color HEX #112939 Tangaroa

📋 copy color: '#112939'

red 17 ◦ green 41 ◦ blue 57

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

Shades of Tangaroa #112939

Tints of Tangaroa #112939

RGB

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

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

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

R = 14.78%
G = 35.65%
B = 49.57%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#112939 (or 0x112939) is known color: Tangaroa. HEX triplet: 11, 29 and 39. RGB value is (17,41,57). Sum of RGB (Red+Green+Blue) = 17+41+57=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #112939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112939 is #EED6C6. Grayscale: #232323. Windows color (decimal): -15652551 or 3746065. OLE color: 3746065.

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

Color convert

RGB 17 41 57 -
CMYK 0.70 0.28 0 0.78
HSL 204º 0.54% 0.15% -
HSV(B) 204º 0.7% 0.22% -
XYZ 1.76 2 4.16 -
YUV 35.65 140.05 114.7 -
System Red Green Blue C M Y K H S L
Decimal 17 41 57 0.70 0.28 0 0.78 204 0.54 0.15
Hex 11 29 39 46 1C 0 4E CC 36 F
Octal 21 51 71 106 34 0 116 314 66 17
Binary 10001 101001 111001 1000110 11100 0 1001110 11001100 110110 1111

Color Harmonies of #112939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112939

Black with #112939

Text Example


Text Example

White with #112939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112939; }

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

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

background-color css

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

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

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

border-color css

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

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

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