Html Css Color HEX #112C40 Tangaroa

📋 copy color: '#112C40'

red 17 ◦ green 44 ◦ blue 64

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

Shades of Tangaroa #112C40

Tints of Tangaroa #112C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 35.2%

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

R = 13.6%
G = 35.2%
B = 51.2%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#112C40 (or 0x112C40) is known color: Tangaroa. HEX triplet: 11, 2C and 40. RGB value is (17,44,64). Sum of RGB (Red+Green+Blue) = 17+44+64=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #112C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C40 is #EED3BF. Grayscale: #262626. Windows color (decimal): -15651776 or 4205585. OLE color: 4205585.

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

Color convert

RGB 17 44 64 -
CMYK 0.73 0.31 0 0.75
HSL 205.53º 0.58% 0.16% -
HSV(B) 205.53º 0.73% 0.25% -
XYZ 2.06 2.29 5.18 -
YUV 38.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 17 44 64 0.73 0.31 0 0.75 205.53 0.58 0.16
Hex 11 2C 40 49 1F 0 4B CE 3A 10
Octal 21 54 100 111 37 0 113 316 72 20
Binary 10001 101100 1000000 1001001 11111 0 1001011 11001110 111010 10000

Color Harmonies of #112C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C40

Black with #112C40

Text Example


Text Example

White with #112C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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