Html Css Color HEX #112838 Tangaroa

📋 copy color: '#112838'

red 17 ◦ green 40 ◦ blue 56

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

Shades of Tangaroa #112838

Tints of Tangaroa #112838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 35.4%

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

R = 15.04%
G = 35.4%
B = 49.56%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#112838 (or 0x112838) is known color: Tangaroa. HEX triplet: 11, 28 and 38. RGB value is (17,40,56). Sum of RGB (Red+Green+Blue) = 17+40+56=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 56 (22.27% from 255 or 49.56% from 113); Max value from RGB is 56 - color contains mainly: blue. Hex color #112838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112838 is #EED7C7. Grayscale: #222222. Windows color (decimal): -15652808 or 3680273. OLE color: 3680273.

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

Color convert

RGB 17 40 56 -
CMYK 0.70 0.29 0 0.78
HSL 204.62º 0.53% 0.14% -
HSV(B) 204.62º 0.7% 0.22% -
XYZ 1.7 1.92 4.02 -
YUV 34.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 17 40 56 0.70 0.29 0 0.78 204.62 0.53 0.14
Hex 11 28 38 46 1D 0 4E CD 35 E
Octal 21 50 70 106 35 0 116 315 65 16
Binary 10001 101000 111000 1000110 11101 0 1001110 11001101 110101 1110

Color Harmonies of #112838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112838

Black with #112838

Text Example


Text Example

White with #112838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112838; }

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

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

background-color css

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

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

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

border-color css

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

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

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