Html Css Color HEX #112843 Tangaroa

📋 copy color: '#112843'

red 17 ◦ green 40 ◦ blue 67

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

Shades of Tangaroa #112843

Tints of Tangaroa #112843

RGB

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

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

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

R = 13.71%
G = 32.26%
B = 54.03%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#112843 (or 0x112843) is known color: Tangaroa. HEX triplet: 11, 28 and 43. RGB value is (17,40,67). Sum of RGB (Red+Green+Blue) = 17+40+67=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 67 (26.56% from 255 or 54.03% from 124); Max value from RGB is 67 - color contains mainly: blue. Hex color #112843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112843 is #EED7BC. Grayscale: #242424. Windows color (decimal): -15652797 or 4401169. OLE color: 4401169.

HSL color Cylindrical-coordinate representation of color #112843: hue angle of 212.4º 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 #112843 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 40 67 -
CMYK 0.75 0.40 0 0.74
HSL 212.4º 0.6% 0.16% -
HSV(B) 212.4º 0.75% 0.26% -
XYZ 2 2.04 5.6 -
YUV 36.2 145.38 114.3 -
System Red Green Blue C M Y K H S L
Decimal 17 40 67 0.75 0.40 0 0.74 212.4 0.6 0.16
Hex 11 28 43 4B 28 0 4A D4 3C 10
Octal 21 50 103 113 50 0 112 324 74 20
Binary 10001 101000 1000011 1001011 101000 0 1001010 11010100 111100 10000

Color Harmonies of #112843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112843

Black with #112843

Text Example


Text Example

White with #112843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112843; }

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

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

background-color css

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

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

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

border-color css

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

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

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