Html Css Color HEX #112E3F Tangaroa

📋 copy color: '#112E3F'

red 17 ◦ green 46 ◦ blue 63

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

Shades of Tangaroa #112E3F

Tints of Tangaroa #112E3F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 36.51%

 BLUE value IS 63 (25% from 255) = 50%

R = 13.49%
G = 36.51%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#112E3F (or 0x112E3F) is known color: Tangaroa. HEX triplet: 11, 2E and 3F. RGB value is (17,46,63). Sum of RGB (Red+Green+Blue) = 17+46+63=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #112E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E3F is #EED1C0. Grayscale: #272727. Windows color (decimal): -15651265 or 4140561. OLE color: 4140561.

HSL color Cylindrical-coordinate representation of color #112E3F: hue angle of 202.17º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #112E3F is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 46 63 -
CMYK 0.73 0.27 0 0.75
HSL 202.17º 0.58% 0.16% -
HSV(B) 202.17º 0.73% 0.25% -
XYZ 2.11 2.43 5.06 -
YUV 39.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 17 46 63 0.73 0.27 0 0.75 202.17 0.58 0.16
Hex 11 2E 3F 49 1B 0 4B CA 3A 10
Octal 21 56 77 111 33 0 113 312 72 20
Binary 10001 101110 111111 1001001 11011 0 1001011 11001010 111010 10000

Color Harmonies of #112E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E3F

Black with #112E3F

Text Example


Text Example

White with #112E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112E3F; }

 p { color: rgb(17,46,63); }

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

background-color css

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

 a { background-color: rgb(17,46,63); }

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

border-color css

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

 span { border-color: rgb(17,46,63); }

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