Html Css Color HEX #112842 Tangaroa

📋 copy color: '#112842'

red 17 ◦ green 40 ◦ blue 66

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

Shades of Tangaroa #112842

Tints of Tangaroa #112842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32.52%

 BLUE value IS 66 (26.17% from 255) = 53.66%

R = 13.82%
G = 32.52%
B = 53.66%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#112842 (or 0x112842) is known color: Tangaroa. HEX triplet: 11, 28 and 42. RGB value is (17,40,66). Sum of RGB (Red+Green+Blue) = 17+40+66=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 66 (26.17% from 255 or 53.66% from 123); Max value from RGB is 66 - color contains mainly: blue. Hex color #112842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112842 is #EED7BD. Grayscale: #232323. Windows color (decimal): -15652798 or 4335633. OLE color: 4335633.

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

Color convert

RGB 17 40 66 -
CMYK 0.74 0.39 0 0.74
HSL 211.84º 0.59% 0.16% -
HSV(B) 211.84º 0.74% 0.26% -
XYZ 1.97 2.03 5.44 -
YUV 36.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 17 40 66 0.74 0.39 0 0.74 211.84 0.59 0.16
Hex 11 28 42 4A 27 0 4A D4 3B 10
Octal 21 50 102 112 47 0 112 324 73 20
Binary 10001 101000 1000010 1001010 100111 0 1001010 11010100 111011 10000

Color Harmonies of #112842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112842

Black with #112842

Text Example


Text Example

White with #112842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112842; }

 p { color: rgb(17,40,66); }

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

background-color css

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

 a { background-color: rgb(17,40,66); }

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

border-color css

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

 span { border-color: rgb(17,40,66); }

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