#122A38

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

Shades of Tangaroa #122A38

Tints of Tangaroa #122A38

Color information

#122A38 (or 0x122A38) is unknown color: approx Tangaroa. HEX triplet: 12, 2A and 38. RGB value is (18,42,56). Sum of RGB (Red+Green+Blue) = 18+42+56=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #122A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A38 is #EDD5C7. Grayscale: #242424. Windows color (decimal): -15586760 or 3680786. OLE color: 3680786.

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

Color convert

RGB184256-
CMYK0.680.2500.78
HSL202.11º51.35%14.51%-
HSV(B)202.11º67.86%21.96%-
XYZ1.792.074.05-
YUV36.42139.05114.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 42 (16.80% from 255) = 36.21%
BLUE value IS 56 (22.27% from 255) = 48.28%
R=15.52%
G=36.21%
B=48.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1842560.680.2500.78202.1151.3514.51
Hex122A38441904Eca33f
Octal2252701043101163126317
Binary1001010101011100010001001100101001110110010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122A38; }

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

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

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

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

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

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

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

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