#122238

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

Shades of Tangaroa #122238

Tints of Tangaroa #122238

Color information

#122238 (or 0x122238) is unknown color: approx Tangaroa. HEX triplet: 12, 22 and 38. RGB value is (18,34,56). Sum of RGB (Red+Green+Blue) = 18+34+56=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #122238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122238 is #EDDDC7. Grayscale: #1F1F1F. Windows color (decimal): -15588808 or 3678738. OLE color: 3678738.

HSL color Cylindrical-coordinate representation of color #122238: hue angle of 214.74º 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 #122238 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB183456-
CMYK0.680.3900.78
HSL214.74º51.35%14.51%-
HSV(B)214.74º67.86%21.96%-
XYZ1.541.563.96-
YUV31.72141.7118.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 34 (13.67% from 255) = 31.48%
BLUE value IS 56 (22.27% from 255) = 51.85%
R=16.67%
G=31.48%
B=51.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1834560.680.3900.78214.7451.3514.51
Hex122238442704Ed733f
Octal2242701044701163276317
Binary10010100010111000100010010011101001110110101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122238; }

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

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

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

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

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

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

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

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