Html Css Color HEX #112B3F Tangaroa

📋 copy color: '#112B3F'

red 17 ◦ green 43 ◦ blue 63

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

Shades of Tangaroa #112B3F

Tints of Tangaroa #112B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 51.22%

R = 13.82%
G = 34.96%
B = 51.22%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#112B3F (or 0x112B3F) is known color: Tangaroa. HEX triplet: 11, 2B and 3F. RGB value is (17,43,63). Sum of RGB (Red+Green+Blue) = 17+43+63=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #112B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112B3F is #EED4C0. Grayscale: #252525. Windows color (decimal): -15652033 or 4139793. OLE color: 4139793.

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

Color convert

RGB 17 43 63 -
CMYK 0.73 0.32 0 0.75
HSL 206.09º 0.58% 0.16% -
HSV(B) 206.09º 0.73% 0.25% -
XYZ 1.99 2.21 5.02 -
YUV 37.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 17 43 63 0.73 0.32 0 0.75 206.09 0.58 0.16
Hex 11 2B 3F 49 20 0 4B CE 3A 10
Octal 21 53 77 111 40 0 113 316 72 20
Binary 10001 101011 111111 1001001 100000 0 1001011 11001110 111010 10000

Color Harmonies of #112B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B3F

Black with #112B3F

Text Example


Text Example

White with #112B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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