Html Css Color HEX #112938 Tangaroa

📋 copy color: '#112938'

red 17 ◦ green 41 ◦ blue 56

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

Shades of Tangaroa #112938

Tints of Tangaroa #112938

RGB

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

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

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

R = 14.91%
G = 35.96%
B = 49.12%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#112938 (or 0x112938) is known color: Tangaroa. HEX triplet: 11, 29 and 38. RGB value is (17,41,56). Sum of RGB (Red+Green+Blue) = 17+41+56=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 56 (22.27% from 255 or 49.12% from 114); Max value from RGB is 56 - color contains mainly: blue. Hex color #112938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112938 is #EED6C7. Grayscale: #232323. Windows color (decimal): -15652552 or 3680529. OLE color: 3680529.

HSL color Cylindrical-coordinate representation of color #112938: hue angle of 203.08º 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 #112938 is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 41 56 -
CMYK 0.70 0.27 0 0.78
HSL 203.08º 0.53% 0.14% -
HSV(B) 203.08º 0.7% 0.22% -
XYZ 1.74 1.99 4.03 -
YUV 35.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 17 41 56 0.70 0.27 0 0.78 203.08 0.53 0.14
Hex 11 29 38 46 1B 0 4E CB 35 E
Octal 21 51 70 106 33 0 116 313 65 16
Binary 10001 101001 111000 1000110 11011 0 1001110 11001011 110101 1110

Color Harmonies of #112938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112938

Black with #112938

Text Example


Text Example

White with #112938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112938; }

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

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

background-color css

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

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

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

border-color css

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

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

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