Html Css Color HEX #112B38 Tangaroa

📋 copy color: '#112B38'

red 17 ◦ green 43 ◦ blue 56

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

Shades of Tangaroa #112B38

Tints of Tangaroa #112B38

RGB

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

 GREEN value IS 43 (17.19% from 255) = 37.07%

 BLUE value IS 56 (22.27% from 255) = 48.28%

R = 14.66%
G = 37.07%
B = 48.28%

CMYK

 C value IS 0.70

 M value IS 0.23

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#112B38 (or 0x112B38) is known color: Tangaroa. HEX triplet: 11, 2B and 38. RGB value is (17,43,56). Sum of RGB (Red+Green+Blue) = 17+43+56=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #112B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112B38 is #EED4C7. Grayscale: #242424. Windows color (decimal): -15652040 or 3681041. OLE color: 3681041.

HSL color Cylindrical-coordinate representation of color #112B38: hue angle of 200º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #112B38 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 43 56 -
CMYK 0.70 0.23 0 0.78
HSL 200º 0.53% 0.14% -
HSV(B) 200º 0.7% 0.22% -
XYZ 1.81 2.13 4.06 -
YUV 36.71 138.89 113.94 -
System Red Green Blue C M Y K H S L
Decimal 17 43 56 0.70 0.23 0 0.78 200 0.53 0.14
Hex 11 2B 38 46 17 0 4E C8 35 E
Octal 21 53 70 106 27 0 116 310 65 16
Binary 10001 101011 111000 1000110 10111 0 1001110 11001000 110101 1110

Color Harmonies of #112B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B38

Black with #112B38

Text Example


Text Example

White with #112B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,43,56); }

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

background-color css

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

 a { background-color: rgb(17,43,56); }

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

border-color css

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

 span { border-color: rgb(17,43,56); }

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