Html Css Color HEX #112D3F Tangaroa

📋 copy color: '#112D3F'

red 17 ◦ green 45 ◦ blue 63

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

Shades of Tangaroa #112D3F

Tints of Tangaroa #112D3F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 36%

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

R = 13.6%
G = 36%
B = 50.4%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#112D3F (or 0x112D3F) is known color: Tangaroa. HEX triplet: 11, 2D and 3F. RGB value is (17,45,63). Sum of RGB (Red+Green+Blue) = 17+45+63=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #112D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D3F is #EED2C0. Grayscale: #262626. Windows color (decimal): -15651521 or 4140305. OLE color: 4140305.

HSL color Cylindrical-coordinate representation of color #112D3F: hue angle of 203.48º 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 #112D3F is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 45 63 -
CMYK 0.73 0.29 0 0.75
HSL 203.48º 0.58% 0.16% -
HSV(B) 203.48º 0.73% 0.25% -
XYZ 2.07 2.35 5.05 -
YUV 38.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 17 45 63 0.73 0.29 0 0.75 203.48 0.58 0.16
Hex 11 2D 3F 49 1D 0 4B CB 3A 10
Octal 21 55 77 111 35 0 113 313 72 20
Binary 10001 101101 111111 1001001 11101 0 1001011 11001011 111010 10000

Color Harmonies of #112D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D3F

Black with #112D3F

Text Example


Text Example

White with #112D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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