Html Css Color HEX #112537 Tangaroa

📋 copy color: '#112537'

red 17 ◦ green 37 ◦ blue 55

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

Shades of Tangaroa #112537

Tints of Tangaroa #112537

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.94%

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

R = 15.6%
G = 33.94%
B = 50.46%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#112537 (or 0x112537) is known color: Tangaroa. HEX triplet: 11, 25 and 37. RGB value is (17,37,55). Sum of RGB (Red+Green+Blue) = 17+37+55=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 55 (21.88% from 255 or 50.46% from 109); Max value from RGB is 55 - color contains mainly: blue. Hex color #112537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112537 is #EEDAC8. Grayscale: #202020. Windows color (decimal): -15653577 or 3613969. OLE color: 3613969.

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

Color convert

RGB 17 37 55 -
CMYK 0.69 0.33 0 0.78
HSL 208.42º 0.53% 0.14% -
HSV(B) 208.42º 0.69% 0.22% -
XYZ 1.58 1.72 3.86 -
YUV 33.07 140.37 116.54 -
System Red Green Blue C M Y K H S L
Decimal 17 37 55 0.69 0.33 0 0.78 208.42 0.53 0.14
Hex 11 25 37 45 21 0 4E D0 35 E
Octal 21 45 67 105 41 0 116 320 65 16
Binary 10001 100101 110111 1000101 100001 0 1001110 11010000 110101 1110

Color Harmonies of #112537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112537

Black with #112537

Text Example


Text Example

White with #112537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112537; }

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

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

background-color css

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

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

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

border-color css

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

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

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