Html Css Color HEX #112541 Tangaroa

📋 copy color: '#112541'

red 17 ◦ green 37 ◦ blue 65

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

Shades of Tangaroa #112541

Tints of Tangaroa #112541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.09%

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

R = 14.29%
G = 31.09%
B = 54.62%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#112541 (or 0x112541) is known color: Tangaroa. HEX triplet: 11, 25 and 41. RGB value is (17,37,65). Sum of RGB (Red+Green+Blue) = 17+37+65=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #112541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112541 is #EEDABE. Grayscale: #222222. Windows color (decimal): -15653567 or 4269329. OLE color: 4269329.

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

Color convert

RGB 17 37 65 -
CMYK 0.74 0.43 0 0.75
HSL 215º 0.59% 0.16% -
HSV(B) 215º 0.74% 0.25% -
XYZ 1.85 1.82 5.26 -
YUV 34.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 17 37 65 0.74 0.43 0 0.75 215 0.59 0.16
Hex 11 25 41 4A 2B 0 4B D7 3B 10
Octal 21 45 101 112 53 0 113 327 73 20
Binary 10001 100101 1000001 1001010 101011 0 1001011 11010111 111011 10000

Color Harmonies of #112541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112541

Black with #112541

Text Example


Text Example

White with #112541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112541; }

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

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

background-color css

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

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

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

border-color css

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

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

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