Html Css Color HEX #112134 Tangaroa

📋 copy color: '#112134'

red 17 ◦ green 33 ◦ blue 52

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

Shades of Tangaroa #112134

Tints of Tangaroa #112134

RGB

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

 GREEN value IS 33 (13.28% from 255) = 32.35%

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

R = 16.67%
G = 32.35%
B = 50.98%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#112134 (or 0x112134) is known color: Tangaroa. HEX triplet: 11, 21 and 34. RGB value is (17,33,52). Sum of RGB (Red+Green+Blue) = 17+33+52=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #112134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112134 is #EEDECB. Grayscale: #1E1E1E. Windows color (decimal): -15654604 or 3416337. OLE color: 3416337.

HSL color Cylindrical-coordinate representation of color #112134: hue angle of 212.57º 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 #112134 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 33 52 -
CMYK 0.67 0.37 0 0.80
HSL 212.57º 0.51% 0.14% -
HSV(B) 212.57º 0.67% 0.2% -
XYZ 1.39 1.45 3.46 -
YUV 30.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 17 33 52 0.67 0.37 0 0.80 212.57 0.51 0.14
Hex 11 21 34 43 25 0 50 D5 33 E
Octal 21 41 64 103 45 0 120 325 63 16
Binary 10001 100001 110100 1000011 100101 0 1010000 11010101 110011 1110

Color Harmonies of #112134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112134

Black with #112134

Text Example


Text Example

White with #112134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112134; }

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

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

background-color css

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

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

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

border-color css

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

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

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