#12283A

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

Shades of Tangaroa #12283A

Tints of Tangaroa #12283A

Color information

#12283A (or 0x12283A) is unknown color: approx Tangaroa. HEX triplet: 12, 28 and 3A. RGB value is (18,40,58). Sum of RGB (Red+Green+Blue) = 18+40+58=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #12283A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12283A is #EDD7C5. Grayscale: #232323. Windows color (decimal): -15587270 or 3811346. OLE color: 3811346.

HSL color Cylindrical-coordinate representation of color #12283A: hue angle of 207º 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 #12283A is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB184058-
CMYK0.690.3100.77
HSL207º52.63%14.9%-
HSV(B)207º68.97%22.75%-
XYZ1.771.954.29-
YUV35.47140.71115.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 40 (16.02% from 255) = 34.48%
BLUE value IS 58 (23.05% from 255) = 50%
R=15.52%
G=34.48%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1840580.690.3100.7720752.6314.9
Hex12283A451F04Dcf35f
Octal2250721053701153176517
Binary1001010100011101010001011111101001101110011111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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