Html Css Color HEX #112D41 Tangaroa

📋 copy color: '#112D41'

red 17 ◦ green 45 ◦ blue 65

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

Shades of Tangaroa #112D41

Tints of Tangaroa #112D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 51.18%

R = 13.39%
G = 35.43%
B = 51.18%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#112D41 (or 0x112D41) is known color: Tangaroa. HEX triplet: 11, 2D and 41. RGB value is (17,45,65). Sum of RGB (Red+Green+Blue) = 17+45+65=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #112D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D41 is #EED2BE. Grayscale: #262626. Windows color (decimal): -15651519 or 4271377. OLE color: 4271377.

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

Color convert

RGB 17 45 65 -
CMYK 0.74 0.31 0 0.75
HSL 205º 0.59% 0.16% -
HSV(B) 205º 0.74% 0.25% -
XYZ 2.12 2.38 5.35 -
YUV 38.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 17 45 65 0.74 0.31 0 0.75 205 0.59 0.16
Hex 11 2D 41 4A 1F 0 4B CD 3B 10
Octal 21 55 101 112 37 0 113 315 73 20
Binary 10001 101101 1000001 1001010 11111 0 1001011 11001101 111011 10000

Color Harmonies of #112D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D41

Black with #112D41

Text Example


Text Example

White with #112D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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