Html Css Color HEX #112339 Tangaroa

📋 copy color: '#112339'

red 17 ◦ green 35 ◦ blue 57

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

Shades of Tangaroa #112339

Tints of Tangaroa #112339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 52.29%

R = 15.6%
G = 32.11%
B = 52.29%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#112339 (or 0x112339) is known color: Tangaroa. HEX triplet: 11, 23 and 39. RGB value is (17,35,57). Sum of RGB (Red+Green+Blue) = 17+35+57=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #112339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112339 is #EEDCC6. Grayscale: #202020. Windows color (decimal): -15654087 or 3744529. OLE color: 3744529.

HSL color Cylindrical-coordinate representation of color #112339: hue angle of 213º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #112339 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 35 57 -
CMYK 0.70 0.39 0 0.78
HSL 213º 0.54% 0.15% -
HSV(B) 213º 0.7% 0.22% -
XYZ 1.57 1.62 4.1 -
YUV 32.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 17 35 57 0.70 0.39 0 0.78 213 0.54 0.15
Hex 11 23 39 46 27 0 4E D5 36 F
Octal 21 43 71 106 47 0 116 325 66 17
Binary 10001 100011 111001 1000110 100111 0 1001110 11010101 110110 1111

Color Harmonies of #112339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112339

Black with #112339

Text Example


Text Example

White with #112339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112339; }

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

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

background-color css

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

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

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

border-color css

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

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

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