Html Css Color HEX #112940 Tangaroa

📋 copy color: '#112940'

red 17 ◦ green 41 ◦ blue 64

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

Shades of Tangaroa #112940

Tints of Tangaroa #112940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 52.46%

R = 13.93%
G = 33.61%
B = 52.46%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#112940 (or 0x112940) is known color: Tangaroa. HEX triplet: 11, 29 and 40. RGB value is (17,41,64). Sum of RGB (Red+Green+Blue) = 17+41+64=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #112940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112940 is #EED6BF. Grayscale: #242424. Windows color (decimal): -15652544 or 4204817. OLE color: 4204817.

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

Color convert

RGB 17 41 64 -
CMYK 0.73 0.36 0 0.75
HSL 209.36º 0.58% 0.16% -
HSV(B) 209.36º 0.73% 0.25% -
XYZ 1.95 2.08 5.15 -
YUV 36.45 143.55 114.13 -
System Red Green Blue C M Y K H S L
Decimal 17 41 64 0.73 0.36 0 0.75 209.36 0.58 0.16
Hex 11 29 40 49 24 0 4B D1 3A 10
Octal 21 51 100 111 44 0 113 321 72 20
Binary 10001 101001 1000000 1001001 100100 0 1001011 11010001 111010 10000

Color Harmonies of #112940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112940

Black with #112940

Text Example


Text Example

White with #112940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112940; }

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

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

background-color css

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

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

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

border-color css

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

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

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