Html Css Color HEX #112135 Tangaroa

📋 copy color: '#112135'

red 17 ◦ green 33 ◦ blue 53

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

Shades of Tangaroa #112135

Tints of Tangaroa #112135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 51.46%

R = 16.5%
G = 32.04%
B = 51.46%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#112135 (or 0x112135) is known color: Tangaroa. HEX triplet: 11, 21 and 35. RGB value is (17,33,53). Sum of RGB (Red+Green+Blue) = 17+33+53=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 53 (21.09% from 255 or 51.46% from 103); Max value from RGB is 53 - color contains mainly: blue. Hex color #112135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112135 is #EEDECA. Grayscale: #1E1E1E. Windows color (decimal): -15654603 or 3481873. OLE color: 3481873.

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

Color convert

RGB 17 33 53 -
CMYK 0.68 0.38 0 0.79
HSL 213.33º 0.51% 0.14% -
HSV(B) 213.33º 0.68% 0.21% -
XYZ 1.42 1.46 3.58 -
YUV 30.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 17 33 53 0.68 0.38 0 0.79 213.33 0.51 0.14
Hex 11 21 35 44 26 0 4F D5 33 E
Octal 21 41 65 104 46 0 117 325 63 16
Binary 10001 100001 110101 1000100 100110 0 1001111 11010101 110011 1110

Color Harmonies of #112135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112135

Black with #112135

Text Example


Text Example

White with #112135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112135; }

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

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

background-color css

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

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

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

border-color css

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

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

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