Html Css Color HEX #112D40 Tangaroa

📋 copy color: '#112D40'

red 17 ◦ green 45 ◦ blue 64

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

Shades of Tangaroa #112D40

Tints of Tangaroa #112D40

RGB

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

 GREEN value IS 45 (17.97% from 255) = 35.71%

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

R = 13.49%
G = 35.71%
B = 50.79%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#112D40 (or 0x112D40) is known color: Tangaroa. HEX triplet: 11, 2D and 40. RGB value is (17,45,64). Sum of RGB (Red+Green+Blue) = 17+45+64=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #112D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D40 is #EED2BF. Grayscale: #262626. Windows color (decimal): -15651520 or 4205841. OLE color: 4205841.

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

Color convert

RGB 17 45 64 -
CMYK 0.73 0.30 0 0.75
HSL 204.26º 0.58% 0.16% -
HSV(B) 204.26º 0.73% 0.25% -
XYZ 2.09 2.37 5.2 -
YUV 38.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 17 45 64 0.73 0.30 0 0.75 204.26 0.58 0.16
Hex 11 2D 40 49 1E 0 4B CC 3A 10
Octal 21 55 100 111 36 0 113 314 72 20
Binary 10001 101101 1000000 1001001 11110 0 1001011 11001100 111010 10000

Color Harmonies of #112D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D40

Black with #112D40

Text Example


Text Example

White with #112D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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