Html Css Color HEX #112639 Tangaroa

📋 copy color: '#112639'

red 17 ◦ green 38 ◦ blue 57

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

Shades of Tangaroa #112639

Tints of Tangaroa #112639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.93%

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

R = 15.18%
G = 33.93%
B = 50.89%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#112639 (or 0x112639) is known color: Tangaroa. HEX triplet: 11, 26 and 39. RGB value is (17,38,57). Sum of RGB (Red+Green+Blue) = 17+38+57=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 57 (22.66% from 255 or 50.89% from 112); Max value from RGB is 57 - color contains mainly: blue. Hex color #112639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112639 is #EED9C6. Grayscale: #212121. Windows color (decimal): -15653319 or 3745297. OLE color: 3745297.

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

Color convert

RGB 17 38 57 -
CMYK 0.70 0.33 0 0.78
HSL 208.5º 0.54% 0.15% -
HSV(B) 208.5º 0.7% 0.22% -
XYZ 1.66 1.8 4.13 -
YUV 33.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 17 38 57 0.70 0.33 0 0.78 208.5 0.54 0.15
Hex 11 26 39 46 21 0 4E D0 36 F
Octal 21 46 71 106 41 0 116 320 66 17
Binary 10001 100110 111001 1000110 100001 0 1001110 11010000 110110 1111

Color Harmonies of #112639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112639

Black with #112639

Text Example


Text Example

White with #112639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112639; }

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

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

background-color css

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

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

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

border-color css

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

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

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