Html Css Color HEX #112A39 Tangaroa

📋 copy color: '#112A39'

red 17 ◦ green 42 ◦ blue 57

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

Shades of Tangaroa #112A39

Tints of Tangaroa #112A39

RGB

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

 GREEN value IS 42 (16.8% from 255) = 36.21%

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

R = 14.66%
G = 36.21%
B = 49.14%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#112A39 (or 0x112A39) is known color: Tangaroa. HEX triplet: 11, 2A and 39. RGB value is (17,42,57). Sum of RGB (Red+Green+Blue) = 17+42+57=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 57 (22.66% from 255 or 49.14% from 116); Max value from RGB is 57 - color contains mainly: blue. Hex color #112A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A39 is #EED5C6. Grayscale: #242424. Windows color (decimal): -15652295 or 3746321. OLE color: 3746321.

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

Color convert

RGB 17 42 57 -
CMYK 0.70 0.26 0 0.78
HSL 202.5º 0.54% 0.15% -
HSV(B) 202.5º 0.7% 0.22% -
XYZ 1.8 2.07 4.18 -
YUV 36.24 139.72 114.28 -
System Red Green Blue C M Y K H S L
Decimal 17 42 57 0.70 0.26 0 0.78 202.5 0.54 0.15
Hex 11 2A 39 46 1A 0 4E CA 36 F
Octal 21 52 71 106 32 0 116 312 66 17
Binary 10001 101010 111001 1000110 11010 0 1001110 11001010 110110 1111

Color Harmonies of #112A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112A39

Black with #112A39

Text Example


Text Example

White with #112A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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