Html Css Color HEX #112C47 Tangaroa

📋 copy color: '#112C47'

red 17 ◦ green 44 ◦ blue 71

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

Shades of Tangaroa #112C47

Tints of Tangaroa #112C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 53.79%

R = 12.88%
G = 33.33%
B = 53.79%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#112C47 (or 0x112C47) is known color: Tangaroa. HEX triplet: 11, 2C and 47. RGB value is (17,44,71). Sum of RGB (Red+Green+Blue) = 17+44+71=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 71 (28.12% from 255 or 53.79% from 132); Max value from RGB is 71 - color contains mainly: blue. Hex color #112C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C47 is #EED3B8. Grayscale: #262626. Windows color (decimal): -15651769 or 4664337. OLE color: 4664337.

HSL color Cylindrical-coordinate representation of color #112C47: hue angle of 210º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #112C47 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 44 71 -
CMYK 0.76 0.38 0 0.72
HSL 210º 0.61% 0.17% -
HSV(B) 210º 0.76% 0.28% -
XYZ 2.27 2.38 6.3 -
YUV 39.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 17 44 71 0.76 0.38 0 0.72 210 0.61 0.17
Hex 11 2C 47 4C 26 0 48 D2 3D 11
Octal 21 54 107 114 46 0 110 322 75 21
Binary 10001 101100 1000111 1001100 100110 0 1001000 11010010 111101 10001

Color Harmonies of #112C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C47

Black with #112C47

Text Example


Text Example

White with #112C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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