#122838

Color #122838 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #122838

Tints of Tangaroa #122838

Color information

#122838 (or 0x122838) is unknown color: approx Tangaroa. HEX triplet: 12, 28 and 38. RGB value is (18,40,56). Sum of RGB (Red+Green+Blue) = 18+40+56=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 56 (22.27% from 255 or 49.12% from 114); Max value from RGB is 56 - color contains mainly: blue. Hex color #122838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122838 is #EDD7C7. Grayscale: #232323. Windows color (decimal): -15587272 or 3680274. OLE color: 3680274.

HSL color Cylindrical-coordinate representation of color #122838: hue angle of 205.26º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #122838 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB184056-
CMYK0.680.2900.78
HSL205.26º51.35%14.51%-
HSV(B)205.26º67.86%21.96%-
XYZ1.721.934.02-
YUV35.25139.71115.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 40 (16.02% from 255) = 35.09%
BLUE value IS 56 (22.27% from 255) = 49.12%
R=15.79%
G=35.09%
B=49.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1840560.680.2900.78205.2651.3514.51
Hex122838441D04Ecd33f
Octal2250701043501163156317
Binary1001010100011100010001001110101001110110011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122838; }

 p { color: rgb(18,40,56); }

 H1.HeaderClassName
 {
   color: #122838;
 }
 .AnyTagClassName
 {
   color: #122838;
 }
</style>
background-color css

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

 a { background-color: rgb(18,40,56); }

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

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

 span { border-color: rgb(18,40,56); }

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