#12263A

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

Shades of Tangaroa #12263A

Tints of Tangaroa #12263A

Color information

#12263A (or 0x12263A) is unknown color: approx Tangaroa. HEX triplet: 12, 26 and 3A. RGB value is (18,38,58). Sum of RGB (Red+Green+Blue) = 18+38+58=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #12263A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12263A is #EDD9C5. Grayscale: #222222. Windows color (decimal): -15587782 or 3810834. OLE color: 3810834.

HSL color Cylindrical-coordinate representation of color #12263A: hue angle of 210º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #12263A is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB183858-
CMYK0.690.3400.77
HSL210º52.63%14.9%-
HSV(B)210º68.97%22.75%-
XYZ1.711.824.26-
YUV34.3141.37116.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 38 (15.23% from 255) = 33.33%
BLUE value IS 58 (23.05% from 255) = 50.88%
R=15.79%
G=33.33%
B=50.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1838580.690.3400.7721052.6314.9
Hex12263A452204Dd235f
Octal2246721054201153226517
Binary10010100110111010100010110001001001101110100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12263A; }

 p { color: rgb(18,38,58); }

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

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

 a { background-color: rgb(18,38,58); }

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

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

 span { border-color: rgb(18,38,58); }

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