Html Css Color HEX #112E40 Tangaroa

📋 copy color: '#112E40'

red 17 ◦ green 46 ◦ blue 64

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

Shades of Tangaroa #112E40

Tints of Tangaroa #112E40

RGB

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

 GREEN value IS 46 (18.36% from 255) = 36.22%

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

R = 13.39%
G = 36.22%
B = 50.39%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#112E40 (or 0x112E40) is known color: Tangaroa. HEX triplet: 11, 2E and 40. RGB value is (17,46,64). Sum of RGB (Red+Green+Blue) = 17+46+64=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #112E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E40 is #EED1BF. Grayscale: #272727. Windows color (decimal): -15651264 or 4206097. OLE color: 4206097.

HSL color Cylindrical-coordinate representation of color #112E40: hue angle of 202.98º 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 #112E40 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 46 64 -
CMYK 0.73 0.28 0 0.75
HSL 202.98º 0.58% 0.16% -
HSV(B) 202.98º 0.73% 0.25% -
XYZ 2.13 2.44 5.21 -
YUV 39.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 17 46 64 0.73 0.28 0 0.75 202.98 0.58 0.16
Hex 11 2E 40 49 1C 0 4B CB 3A 10
Octal 21 56 100 111 34 0 113 313 72 20
Binary 10001 101110 1000000 1001001 11100 0 1001011 11001011 111010 10000

Color Harmonies of #112E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E40

Black with #112E40

Text Example


Text Example

White with #112E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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