Html Css Color HEX #112942 Tangaroa

📋 copy color: '#112942'

red 17 ◦ green 41 ◦ blue 66

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

Shades of Tangaroa #112942

Tints of Tangaroa #112942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.06%

 BLUE value IS 66 (26.17% from 255) = 53.23%

R = 13.71%
G = 33.06%
B = 53.23%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#112942 (or 0x112942) is known color: Tangaroa. HEX triplet: 11, 29 and 42. RGB value is (17,41,66). Sum of RGB (Red+Green+Blue) = 17+41+66=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 66 (26.17% from 255 or 53.23% from 124); Max value from RGB is 66 - color contains mainly: blue. Hex color #112942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112942 is #EED6BD. Grayscale: #242424. Windows color (decimal): -15652542 or 4335889. OLE color: 4335889.

HSL color Cylindrical-coordinate representation of color #112942: hue angle of 210.61º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #112942 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 41 66 -
CMYK 0.74 0.38 0 0.74
HSL 210.61º 0.59% 0.16% -
HSV(B) 210.61º 0.74% 0.26% -
XYZ 2.01 2.1 5.45 -
YUV 36.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 17 41 66 0.74 0.38 0 0.74 210.61 0.59 0.16
Hex 11 29 42 4A 26 0 4A D3 3B 10
Octal 21 51 102 112 46 0 112 323 73 20
Binary 10001 101001 1000010 1001010 100110 0 1001010 11010011 111011 10000

Color Harmonies of #112942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112942

Black with #112942

Text Example


Text Example

White with #112942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112942; }

 p { color: rgb(17,41,66); }

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

background-color css

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

 a { background-color: rgb(17,41,66); }

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

border-color css

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

 span { border-color: rgb(17,41,66); }

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