Html Css Color HEX #112440 Tangaroa

📋 copy color: '#112440'

red 17 ◦ green 36 ◦ blue 64

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

Shades of Tangaroa #112440

Tints of Tangaroa #112440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.77%

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

R = 14.53%
G = 30.77%
B = 54.7%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#112440 (or 0x112440) is known color: Tangaroa. HEX triplet: 11, 24 and 40. RGB value is (17,36,64). Sum of RGB (Red+Green+Blue) = 17+36+64=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #112440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112440 is #EEDBBF. Grayscale: #212121. Windows color (decimal): -15653824 or 4203537. OLE color: 4203537.

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

Color convert

RGB 17 36 64 -
CMYK 0.73 0.44 0 0.75
HSL 215.74º 0.58% 0.16% -
HSV(B) 215.74º 0.73% 0.25% -
XYZ 1.79 1.75 5.09 -
YUV 33.51 145.21 116.22 -
System Red Green Blue C M Y K H S L
Decimal 17 36 64 0.73 0.44 0 0.75 215.74 0.58 0.16
Hex 11 24 40 49 2C 0 4B D8 3A 10
Octal 21 44 100 111 54 0 113 330 72 20
Binary 10001 100100 1000000 1001001 101100 0 1001011 11011000 111010 10000

Color Harmonies of #112440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112440

Black with #112440

Text Example


Text Example

White with #112440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112440; }

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

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

background-color css

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

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

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

border-color css

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

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

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