Html Css Color HEX #112337 Tangaroa

📋 copy color: '#112337'

red 17 ◦ green 35 ◦ blue 55

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

Shades of Tangaroa #112337

Tints of Tangaroa #112337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.71%

 BLUE value IS 55 (21.88% from 255) = 51.4%

R = 15.89%
G = 32.71%
B = 51.4%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#112337 (or 0x112337) is known color: Tangaroa. HEX triplet: 11, 23 and 37. RGB value is (17,35,55). Sum of RGB (Red+Green+Blue) = 17+35+55=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 55 (21.88% from 255 or 51.40% from 107); Max value from RGB is 55 - color contains mainly: blue. Hex color #112337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112337 is #EEDCC8. Grayscale: #1F1F1F. Windows color (decimal): -15654089 or 3613457. OLE color: 3613457.

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

Color convert

RGB 17 35 55 -
CMYK 0.69 0.36 0 0.78
HSL 211.58º 0.53% 0.14% -
HSV(B) 211.58º 0.69% 0.22% -
XYZ 1.52 1.6 3.84 -
YUV 31.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 17 35 55 0.69 0.36 0 0.78 211.58 0.53 0.14
Hex 11 23 37 45 24 0 4E D4 35 E
Octal 21 43 67 105 44 0 116 324 65 16
Binary 10001 100011 110111 1000101 100100 0 1001110 11010100 110101 1110

Color Harmonies of #112337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112337

Black with #112337

Text Example


Text Example

White with #112337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112337; }

 p { color: rgb(17,35,55); }

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

background-color css

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

 a { background-color: rgb(17,35,55); }

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

border-color css

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

 span { border-color: rgb(17,35,55); }

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