Html Css Color HEX #112C41 Tangaroa

📋 copy color: '#112C41'

red 17 ◦ green 44 ◦ blue 65

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

Shades of Tangaroa #112C41

Tints of Tangaroa #112C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 51.59%

R = 13.49%
G = 34.92%
B = 51.59%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#112C41 (or 0x112C41) is known color: Tangaroa. HEX triplet: 11, 2C and 41. RGB value is (17,44,65). Sum of RGB (Red+Green+Blue) = 17+44+65=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #112C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C41 is #EED3BE. Grayscale: #262626. Windows color (decimal): -15651775 or 4271121. OLE color: 4271121.

HSL color Cylindrical-coordinate representation of color #112C41: hue angle of 206.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #112C41 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 44 65 -
CMYK 0.74 0.32 0 0.75
HSL 206.25º 0.59% 0.16% -
HSV(B) 206.25º 0.74% 0.25% -
XYZ 2.09 2.3 5.34 -
YUV 38.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 17 44 65 0.74 0.32 0 0.75 206.25 0.59 0.16
Hex 11 2C 41 4A 20 0 4B CE 3B 10
Octal 21 54 101 112 40 0 113 316 73 20
Binary 10001 101100 1000001 1001010 100000 0 1001011 11001110 111011 10000

Color Harmonies of #112C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C41

Black with #112C41

Text Example


Text Example

White with #112C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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