Html Css Color HEX #112238 Tangaroa

📋 copy color: '#112238'

red 17 ◦ green 34 ◦ blue 56

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

Shades of Tangaroa #112238

Tints of Tangaroa #112238

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.78%

 BLUE value IS 56 (22.27% from 255) = 52.34%

R = 15.89%
G = 31.78%
B = 52.34%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#112238 (or 0x112238) is known color: Tangaroa. HEX triplet: 11, 22 and 38. RGB value is (17,34,56). Sum of RGB (Red+Green+Blue) = 17+34+56=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #112238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112238 is #EEDDC7. Grayscale: #1F1F1F. Windows color (decimal): -15654344 or 3678737. OLE color: 3678737.

HSL color Cylindrical-coordinate representation of color #112238: hue angle of 213.85º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #112238 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 34 56 -
CMYK 0.70 0.39 0 0.78
HSL 213.85º 0.53% 0.14% -
HSV(B) 213.85º 0.7% 0.22% -
XYZ 1.52 1.55 3.96 -
YUV 31.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 17 34 56 0.70 0.39 0 0.78 213.85 0.53 0.14
Hex 11 22 38 46 27 0 4E D6 35 E
Octal 21 42 70 106 47 0 116 326 65 16
Binary 10001 100010 111000 1000110 100111 0 1001110 11010110 110101 1110

Color Harmonies of #112238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112238

Black with #112238

Text Example


Text Example

White with #112238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112238; }

 p { color: rgb(17,34,56); }

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

background-color css

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

 a { background-color: rgb(17,34,56); }

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

border-color css

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

 span { border-color: rgb(17,34,56); }

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