Html Css Color HEX #112335 Tangaroa

📋 copy color: '#112335'

red 17 ◦ green 35 ◦ blue 53

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

Shades of Tangaroa #112335

Tints of Tangaroa #112335

RGB

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

 GREEN value IS 35 (14.06% from 255) = 33.33%

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

R = 16.19%
G = 33.33%
B = 50.48%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#112335 (or 0x112335) is known color: Tangaroa. HEX triplet: 11, 23 and 35. RGB value is (17,35,53). Sum of RGB (Red+Green+Blue) = 17+35+53=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #112335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112335 is #EEDCCA. Grayscale: #1F1F1F. Windows color (decimal): -15654091 or 3482385. OLE color: 3482385.

HSL color Cylindrical-coordinate representation of color #112335: hue angle of 210º 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 #112335 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 35 53 -
CMYK 0.68 0.34 0 0.79
HSL 210º 0.51% 0.14% -
HSV(B) 210º 0.68% 0.21% -
XYZ 1.47 1.58 3.6 -
YUV 31.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 17 35 53 0.68 0.34 0 0.79 210 0.51 0.14
Hex 11 23 35 44 22 0 4F D2 33 E
Octal 21 43 65 104 42 0 117 322 63 16
Binary 10001 100011 110101 1000100 100010 0 1001111 11010010 110011 1110

Color Harmonies of #112335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112335

Black with #112335

Text Example


Text Example

White with #112335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112335; }

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

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

background-color css

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

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

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

border-color css

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

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

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