Html Css Color HEX #112035 Tangaroa

📋 copy color: '#112035'

red 17 ◦ green 32 ◦ blue 53

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

Shades of Tangaroa #112035

Tints of Tangaroa #112035

RGB

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

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

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

R = 16.67%
G = 31.37%
B = 51.96%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#112035 (or 0x112035) is known color: Tangaroa. HEX triplet: 11, 20 and 35. RGB value is (17,32,53). Sum of RGB (Red+Green+Blue) = 17+32+53=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 53 (21.09% from 255 or 51.96% from 102); Max value from RGB is 53 - color contains mainly: blue. Hex color #112035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112035 is #EEDFCA. Grayscale: #1D1D1D. Windows color (decimal): -15654859 or 3481617. OLE color: 3481617.

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

Color convert

RGB 17 32 53 -
CMYK 0.68 0.40 0 0.79
HSL 215º 0.51% 0.14% -
HSV(B) 215º 0.68% 0.21% -
XYZ 1.39 1.41 3.57 -
YUV 29.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 17 32 53 0.68 0.40 0 0.79 215 0.51 0.14
Hex 11 20 35 44 28 0 4F D7 33 E
Octal 21 40 65 104 50 0 117 327 63 16
Binary 10001 100000 110101 1000100 101000 0 1001111 11010111 110011 1110

Color Harmonies of #112035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112035

Black with #112035

Text Example


Text Example

White with #112035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112035; }

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

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

background-color css

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

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

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

border-color css

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

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

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