Html Css Color HEX #112944 Tangaroa

📋 copy color: '#112944'

red 17 ◦ green 41 ◦ blue 68

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

Shades of Tangaroa #112944

Tints of Tangaroa #112944

RGB

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

 GREEN value IS 41 (16.41% from 255) = 32.54%

 BLUE value IS 68 (26.95% from 255) = 53.97%

R = 13.49%
G = 32.54%
B = 53.97%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#112944 (or 0x112944) is known color: Tangaroa. HEX triplet: 11, 29 and 44. RGB value is (17,41,68). Sum of RGB (Red+Green+Blue) = 17+41+68=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 68 (26.95% from 255 or 53.97% from 126); Max value from RGB is 68 - color contains mainly: blue. Hex color #112944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112944 is #EED6BB. Grayscale: #242424. Windows color (decimal): -15652540 or 4466961. OLE color: 4466961.

HSL color Cylindrical-coordinate representation of color #112944: hue angle of 211.76º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #112944 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 41 68 -
CMYK 0.75 0.40 0 0.73
HSL 211.76º 0.6% 0.17% -
HSV(B) 211.76º 0.75% 0.27% -
XYZ 2.07 2.12 5.77 -
YUV 36.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 17 41 68 0.75 0.40 0 0.73 211.76 0.6 0.17
Hex 11 29 44 4B 28 0 49 D4 3C 11
Octal 21 51 104 113 50 0 111 324 74 21
Binary 10001 101001 1000100 1001011 101000 0 1001001 11010100 111100 10001

Color Harmonies of #112944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112944

Black with #112944

Text Example


Text Example

White with #112944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112944; }

 p { color: rgb(17,41,68); }

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

background-color css

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

 a { background-color: rgb(17,41,68); }

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

border-color css

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

 span { border-color: rgb(17,41,68); }

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