Html Css Color HEX #112239 Tangaroa

📋 copy color: '#112239'

red 17 ◦ green 34 ◦ blue 57

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

Shades of Tangaroa #112239

Tints of Tangaroa #112239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.48%

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

R = 15.74%
G = 31.48%
B = 52.78%

CMYK

 C value IS 0.70

 M value IS 0.40

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#112239 (or 0x112239) is known color: Tangaroa. HEX triplet: 11, 22 and 39. RGB value is (17,34,57). Sum of RGB (Red+Green+Blue) = 17+34+57=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #112239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112239 is #EEDDC6. Grayscale: #1F1F1F. Windows color (decimal): -15654343 or 3744273. OLE color: 3744273.

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

Color convert

RGB 17 34 57 -
CMYK 0.70 0.40 0 0.78
HSL 214.5º 0.54% 0.15% -
HSV(B) 214.5º 0.7% 0.22% -
XYZ 1.54 1.56 4.09 -
YUV 31.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 17 34 57 0.70 0.40 0 0.78 214.5 0.54 0.15
Hex 11 22 39 46 28 0 4E D6 36 F
Octal 21 42 71 106 50 0 116 326 66 17
Binary 10001 100010 111001 1000110 101000 0 1001110 11010110 110110 1111

Color Harmonies of #112239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112239

Black with #112239

Text Example


Text Example

White with #112239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112239; }

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

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

background-color css

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

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

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

border-color css

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

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

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