Html Css Color HEX #112034 Tangaroa

📋 copy color: '#112034'

red 17 ◦ green 32 ◦ blue 52

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

Shades of Tangaroa #112034

Tints of Tangaroa #112034

RGB

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

 GREEN value IS 32 (12.89% from 255) = 31.68%

 BLUE value IS 52 (20.7% from 255) = 51.49%

R = 16.83%
G = 31.68%
B = 51.49%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#112034 (or 0x112034) is known color: Tangaroa. HEX triplet: 11, 20 and 34. RGB value is (17,32,52). Sum of RGB (Red+Green+Blue) = 17+32+52=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 52 (20.70% from 255 or 51.49% from 101); Max value from RGB is 52 - color contains mainly: blue. Hex color #112034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112034 is #EEDFCB. Grayscale: #1D1D1D. Windows color (decimal): -15654860 or 3416081. OLE color: 3416081.

HSL color Cylindrical-coordinate representation of color #112034: hue angle of 214.29º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112034 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 32 52 -
CMYK 0.67 0.38 0 0.80
HSL 214.29º 0.51% 0.14% -
HSV(B) 214.29º 0.67% 0.2% -
XYZ 1.37 1.4 3.45 -
YUV 29.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 17 32 52 0.67 0.38 0 0.80 214.29 0.51 0.14
Hex 11 20 34 43 26 0 50 D6 33 E
Octal 21 40 64 103 46 0 120 326 63 16
Binary 10001 100000 110100 1000011 100110 0 1010000 11010110 110011 1110

Color Harmonies of #112034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112034

Black with #112034

Text Example


Text Example

White with #112034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112034; }

 p { color: rgb(17,32,52); }

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

background-color css

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

 a { background-color: rgb(17,32,52); }

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

border-color css

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

 span { border-color: rgb(17,32,52); }

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