Html Css Color HEX #112436 Tangaroa

📋 copy color: '#112436'

red 17 ◦ green 36 ◦ blue 54

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

Shades of Tangaroa #112436

Tints of Tangaroa #112436

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.64%

 BLUE value IS 54 (21.48% from 255) = 50.47%

R = 15.89%
G = 33.64%
B = 50.47%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#112436 (or 0x112436) is known color: Tangaroa. HEX triplet: 11, 24 and 36. RGB value is (17,36,54). Sum of RGB (Red+Green+Blue) = 17+36+54=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #112436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112436 is #EEDBC9. Grayscale: #202020. Windows color (decimal): -15653834 or 3548177. OLE color: 3548177.

HSL color Cylindrical-coordinate representation of color #112436: hue angle of 209.19º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #112436 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 36 54 -
CMYK 0.69 0.33 0 0.79
HSL 209.19º 0.52% 0.14% -
HSV(B) 209.19º 0.69% 0.21% -
XYZ 1.53 1.65 3.73 -
YUV 32.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 17 36 54 0.69 0.33 0 0.79 209.19 0.52 0.14
Hex 11 24 36 45 21 0 4F D1 34 E
Octal 21 44 66 105 41 0 117 321 64 16
Binary 10001 100100 110110 1000101 100001 0 1001111 11010001 110100 1110

Color Harmonies of #112436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112436

Black with #112436

Text Example


Text Example

White with #112436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112436; }

 p { color: rgb(17,36,54); }

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

background-color css

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

 a { background-color: rgb(17,36,54); }

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

border-color css

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

 span { border-color: rgb(17,36,54); }

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