Html Css Color HEX #112640 Tangaroa

📋 copy color: '#112640'

red 17 ◦ green 38 ◦ blue 64

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

Shades of Tangaroa #112640

Tints of Tangaroa #112640

RGB

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

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

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

R = 14.29%
G = 31.93%
B = 53.78%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#112640 (or 0x112640) is known color: Tangaroa. HEX triplet: 11, 26 and 40. RGB value is (17,38,64). Sum of RGB (Red+Green+Blue) = 17+38+64=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #112640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112640 is #EED9BF. Grayscale: #222222. Windows color (decimal): -15653312 or 4204049. OLE color: 4204049.

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

Color convert

RGB 17 38 64 -
CMYK 0.73 0.41 0 0.75
HSL 213.19º 0.58% 0.16% -
HSV(B) 213.19º 0.73% 0.25% -
XYZ 1.85 1.88 5.12 -
YUV 34.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 17 38 64 0.73 0.41 0 0.75 213.19 0.58 0.16
Hex 11 26 40 49 29 0 4B D5 3A 10
Octal 21 46 100 111 51 0 113 325 72 20
Binary 10001 100110 1000000 1001001 101001 0 1001011 11010101 111010 10000

Color Harmonies of #112640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112640

Black with #112640

Text Example


Text Example

White with #112640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112640; }

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

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

background-color css

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

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

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

border-color css

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

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

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