Html Css Color HEX #112540 Tangaroa

📋 copy color: '#112540'

red 17 ◦ green 37 ◦ blue 64

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

Shades of Tangaroa #112540

Tints of Tangaroa #112540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 54.24%

R = 14.41%
G = 31.36%
B = 54.24%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#112540 (or 0x112540) is known color: Tangaroa. HEX triplet: 11, 25 and 40. RGB value is (17,37,64). Sum of RGB (Red+Green+Blue) = 17+37+64=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #112540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112540 is #EEDABF. Grayscale: #212121. Windows color (decimal): -15653568 or 4203793. OLE color: 4203793.

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

Color convert

RGB 17 37 64 -
CMYK 0.73 0.42 0 0.75
HSL 214.47º 0.58% 0.16% -
HSV(B) 214.47º 0.73% 0.25% -
XYZ 1.82 1.81 5.1 -
YUV 34.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 17 37 64 0.73 0.42 0 0.75 214.47 0.58 0.16
Hex 11 25 40 49 2A 0 4B D6 3A 10
Octal 21 45 100 111 52 0 113 326 72 20
Binary 10001 100101 1000000 1001001 101010 0 1001011 11010110 111010 10000

Color Harmonies of #112540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112540

Black with #112540

Text Example


Text Example

White with #112540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112540; }

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

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

background-color css

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

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

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

border-color css

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

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

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