Html Css Color HEX #112641 Tangaroa

📋 copy color: '#112641'

red 17 ◦ green 38 ◦ blue 65

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

Shades of Tangaroa #112641

Tints of Tangaroa #112641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.67%

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

R = 14.17%
G = 31.67%
B = 54.17%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#112641 (or 0x112641) is known color: Tangaroa. HEX triplet: 11, 26 and 41. RGB value is (17,38,65). Sum of RGB (Red+Green+Blue) = 17+38+65=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #112641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112641 is #EED9BE. Grayscale: #222222. Windows color (decimal): -15653311 or 4269585. OLE color: 4269585.

HSL color Cylindrical-coordinate representation of color #112641: hue angle of 213.75º 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 #112641 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 38 65 -
CMYK 0.74 0.42 0 0.75
HSL 213.75º 0.59% 0.16% -
HSV(B) 213.75º 0.74% 0.25% -
XYZ 1.88 1.89 5.27 -
YUV 34.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 17 38 65 0.74 0.42 0 0.75 213.75 0.59 0.16
Hex 11 26 41 4A 2A 0 4B D6 3B 10
Octal 21 46 101 112 52 0 113 326 73 20
Binary 10001 100110 1000001 1001010 101010 0 1001011 11010110 111011 10000

Color Harmonies of #112641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112641

Black with #112641

Text Example


Text Example

White with #112641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112641; }

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

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

background-color css

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

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

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

border-color css

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

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

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