Html Css Color HEX #112636 Tangaroa

📋 copy color: '#112636'

red 17 ◦ green 38 ◦ blue 54

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

Shades of Tangaroa #112636

Tints of Tangaroa #112636

RGB

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

 GREEN value IS 38 (15.23% from 255) = 34.86%

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

R = 15.6%
G = 34.86%
B = 49.54%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#112636 (or 0x112636) is known color: Tangaroa. HEX triplet: 11, 26 and 36. RGB value is (17,38,54). Sum of RGB (Red+Green+Blue) = 17+38+54=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 54 (21.48% from 255 or 49.54% from 109); Max value from RGB is 54 - color contains mainly: blue. Hex color #112636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112636 is #EED9C9. Grayscale: #212121. Windows color (decimal): -15653322 or 3548689. OLE color: 3548689.

HSL color Cylindrical-coordinate representation of color #112636: hue angle of 205.95º 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 #112636 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 38 54 -
CMYK 0.69 0.30 0 0.79
HSL 205.95º 0.52% 0.14% -
HSV(B) 205.95º 0.69% 0.21% -
XYZ 1.59 1.77 3.75 -
YUV 33.55 139.54 116.2 -
System Red Green Blue C M Y K H S L
Decimal 17 38 54 0.69 0.30 0 0.79 205.95 0.52 0.14
Hex 11 26 36 45 1E 0 4F CE 34 E
Octal 21 46 66 105 36 0 117 316 64 16
Binary 10001 100110 110110 1000101 11110 0 1001111 11001110 110100 1110

Color Harmonies of #112636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112636

Black with #112636

Text Example


Text Example

White with #112636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112636; }

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

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

background-color css

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

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

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

border-color css

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

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

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