Html Css Color HEX #112637 Tangaroa

📋 copy color: '#112637'

red 17 ◦ green 38 ◦ blue 55

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

Shades of Tangaroa #112637

Tints of Tangaroa #112637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 50%

R = 15.45%
G = 34.55%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#112637 (or 0x112637) is known color: Tangaroa. HEX triplet: 11, 26 and 37. RGB value is (17,38,55). Sum of RGB (Red+Green+Blue) = 17+38+55=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #112637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112637 is #EED9C8. Grayscale: #212121. Windows color (decimal): -15653321 or 3614225. OLE color: 3614225.

HSL color Cylindrical-coordinate representation of color #112637: hue angle of 206.84º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #112637 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 38 55 -
CMYK 0.69 0.31 0 0.78
HSL 206.84º 0.53% 0.14% -
HSV(B) 206.84º 0.69% 0.22% -
XYZ 1.61 1.78 3.87 -
YUV 33.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 17 38 55 0.69 0.31 0 0.78 206.84 0.53 0.14
Hex 11 26 37 45 1F 0 4E CF 35 E
Octal 21 46 67 105 37 0 116 317 65 16
Binary 10001 100110 110111 1000101 11111 0 1001110 11001111 110101 1110

Color Harmonies of #112637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112637

Black with #112637

Text Example


Text Example

White with #112637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112637; }

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

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

background-color css

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

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

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

border-color css

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

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

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