Html Css Color HEX #112C49 Tangaroa

📋 copy color: '#112C49'

red 17 ◦ green 44 ◦ blue 73

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

Shades of Tangaroa #112C49

Tints of Tangaroa #112C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 54.48%

R = 12.69%
G = 32.84%
B = 54.48%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#112C49 (or 0x112C49) is known color: Tangaroa. HEX triplet: 11, 2C and 49. RGB value is (17,44,73). Sum of RGB (Red+Green+Blue) = 17+44+73=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #112C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C49 is #EED3B6. Grayscale: #272727. Windows color (decimal): -15651767 or 4795409. OLE color: 4795409.

HSL color Cylindrical-coordinate representation of color #112C49: hue angle of 211.07º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #112C49 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 44 73 -
CMYK 0.77 0.40 0 0.71
HSL 211.07º 0.62% 0.18% -
HSV(B) 211.07º 0.77% 0.29% -
XYZ 2.33 2.4 6.64 -
YUV 39.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 17 44 73 0.77 0.40 0 0.71 211.07 0.62 0.18
Hex 11 2C 49 4D 28 0 47 D3 3E 12
Octal 21 54 111 115 50 0 107 323 76 22
Binary 10001 101100 1001001 1001101 101000 0 1000111 11010011 111110 10010

Color Harmonies of #112C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C49

Black with #112C49

Text Example


Text Example

White with #112C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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