Html Css Color HEX #112237 Tangaroa

📋 copy color: '#112237'

red 17 ◦ green 34 ◦ blue 55

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

Shades of Tangaroa #112237

Tints of Tangaroa #112237

RGB

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

 GREEN value IS 34 (13.67% from 255) = 32.08%

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

R = 16.04%
G = 32.08%
B = 51.89%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#112237 (or 0x112237) is known color: Tangaroa. HEX triplet: 11, 22 and 37. RGB value is (17,34,55). Sum of RGB (Red+Green+Blue) = 17+34+55=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 55 (21.88% from 255 or 51.89% from 106); Max value from RGB is 55 - color contains mainly: blue. Hex color #112237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112237 is #EEDDC8. Grayscale: #1F1F1F. Windows color (decimal): -15654345 or 3613201. OLE color: 3613201.

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

Color convert

RGB 17 34 55 -
CMYK 0.69 0.38 0 0.78
HSL 213.16º 0.53% 0.14% -
HSV(B) 213.16º 0.69% 0.22% -
XYZ 1.49 1.54 3.83 -
YUV 31.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 17 34 55 0.69 0.38 0 0.78 213.16 0.53 0.14
Hex 11 22 37 45 26 0 4E D5 35 E
Octal 21 42 67 105 46 0 116 325 65 16
Binary 10001 100010 110111 1000101 100110 0 1001110 11010101 110101 1110

Color Harmonies of #112237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112237

Black with #112237

Text Example


Text Example

White with #112237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112237; }

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

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

background-color css

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

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

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

border-color css

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

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

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