Html Css Color HEX #112C43 Tangaroa

📋 copy color: '#112C43'

red 17 ◦ green 44 ◦ blue 67

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

Shades of Tangaroa #112C43

Tints of Tangaroa #112C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 52.34%

R = 13.28%
G = 34.38%
B = 52.34%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#112C43 (or 0x112C43) is known color: Tangaroa. HEX triplet: 11, 2C and 43. RGB value is (17,44,67). Sum of RGB (Red+Green+Blue) = 17+44+67=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 67 (26.56% from 255 or 52.34% from 128); Max value from RGB is 67 - color contains mainly: blue. Hex color #112C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C43 is #EED3BC. Grayscale: #262626. Windows color (decimal): -15651773 or 4402193. OLE color: 4402193.

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

Color convert

RGB 17 44 67 -
CMYK 0.75 0.34 0 0.74
HSL 207.6º 0.6% 0.16% -
HSV(B) 207.6º 0.75% 0.26% -
XYZ 2.14 2.33 5.65 -
YUV 38.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 17 44 67 0.75 0.34 0 0.74 207.6 0.6 0.16
Hex 11 2C 43 4B 22 0 4A D0 3C 10
Octal 21 54 103 113 42 0 112 320 74 20
Binary 10001 101100 1000011 1001011 100010 0 1001010 11010000 111100 10000

Color Harmonies of #112C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C43

Black with #112C43

Text Example


Text Example

White with #112C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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