Html Css Color HEX #112941 Tangaroa

📋 copy color: '#112941'

red 17 ◦ green 41 ◦ blue 65

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

Shades of Tangaroa #112941

Tints of Tangaroa #112941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 52.85%

R = 13.82%
G = 33.33%
B = 52.85%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#112941 (or 0x112941) is known color: Tangaroa. HEX triplet: 11, 29 and 41. RGB value is (17,41,65). Sum of RGB (Red+Green+Blue) = 17+41+65=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #112941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112941 is #EED6BE. Grayscale: #242424. Windows color (decimal): -15652543 or 4270353. OLE color: 4270353.

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

Color convert

RGB 17 41 65 -
CMYK 0.74 0.37 0 0.75
HSL 210º 0.59% 0.16% -
HSV(B) 210º 0.74% 0.25% -
XYZ 1.98 2.09 5.3 -
YUV 36.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 17 41 65 0.74 0.37 0 0.75 210 0.59 0.16
Hex 11 29 41 4A 25 0 4B D2 3B 10
Octal 21 51 101 112 45 0 113 322 73 20
Binary 10001 101001 1000001 1001010 100101 0 1001011 11010010 111011 10000

Color Harmonies of #112941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112941

Black with #112941

Text Example


Text Example

White with #112941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112941; }

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

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

background-color css

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

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

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

border-color css

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

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

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