Html Css Color HEX #112B48 Tangaroa

📋 copy color: '#112B48'

red 17 ◦ green 43 ◦ blue 72

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

Shades of Tangaroa #112B48

Tints of Tangaroa #112B48

RGB

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

 GREEN value IS 43 (17.19% from 255) = 32.58%

 BLUE value IS 72 (28.52% from 255) = 54.55%

R = 12.88%
G = 32.58%
B = 54.55%

CMYK

 C value IS 0.76

 M value IS 0.40

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#112B48 (or 0x112B48) is known color: Tangaroa. HEX triplet: 11, 2B and 48. RGB value is (17,43,72). Sum of RGB (Red+Green+Blue) = 17+43+72=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #112B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112B48 is #EED4B7. Grayscale: #262626. Windows color (decimal): -15652024 or 4729617. OLE color: 4729617.

HSL color Cylindrical-coordinate representation of color #112B48: hue angle of 211.64º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #112B48 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 43 72 -
CMYK 0.76 0.40 0 0.72
HSL 211.64º 0.62% 0.17% -
HSV(B) 211.64º 0.76% 0.28% -
XYZ 2.26 2.31 6.46 -
YUV 38.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 17 43 72 0.76 0.40 0 0.72 211.64 0.62 0.17
Hex 11 2B 48 4C 28 0 48 D4 3E 11
Octal 21 53 110 114 50 0 110 324 76 21
Binary 10001 101011 1001000 1001100 101000 0 1001000 11010100 111110 10001

Color Harmonies of #112B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B48

Black with #112B48

Text Example


Text Example

White with #112B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,43,72); }

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

background-color css

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

 a { background-color: rgb(17,43,72); }

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

border-color css

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

 span { border-color: rgb(17,43,72); }

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